Statistics::SDT 0.02
Sponsored Links
Statistics::SDT 0.02 Ranking & Summary
File size:
0.007 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
894
Date added:
2007-05-23
Publisher:
Roderick Garton
Statistics::SDT 0.02 description
Statistics::SDT Perl package contains signal detection theory measures of sensitivity and response-bias.
SYNOPSIS
use Statistics::SDT;
$sdt = Statistics::SDT->new(
{
hits => 50,
signal_trials => 50,
false_alarms => 17,
noise_trials => 25,
correct => 2,
}
);
$d = $sdt->d_sensitivity();
$c = $sdt->decision_bias();
Signal Detection Theory algorithms (e.g., of d, A, decision bias), as prescribed by Stanislav & Todorov (1999). Both object- and function-oriented interfaces are provided.
KEY VALUES
For both object- and function-oriented styles, the following named parameters must be given as a hash-reference: either to the new constructor method, or (with the function-oriented style) into each function. Basically, either all of the first four parameters are required (in order to calculate the hit-rate and false-alarm-rate), or the required rates are themselves supplied.
hits
The number of hits.
false_alarms
The number of false alarms.
signal_trials
The number of signal trials. The hit-rate is derived by dividing the number of hits by the number of signal trials.
noise_trials
The number of noise trials. The false-alarm-rate is derived by dividing the number of false-alarms by the number of noise trials.
alternatives
The number of response alternatives. Default = 2 (for the classic signal-detection situation of discriminating between signal+noise and noise-only). If the number of alternatives is greater than 2, the measure of sensitivity, when calling d_sensitivity, is based on the Smith (1982) algorithms.
correct
A parameter that indicates whether or not to perform a correction on the number of hits and false-alarms as a corrective when the hit-rate or false-alarm-rate equals 0 or 1 (due, e.g., to strong inducements against false-alarms, or easy discrimination between signals and noise). This is relevant to all functions that make use of the inverse phi function (all except a_sensitivity and griers_bias).
If set to greater than 1, the loglinear transformation is applied, i.e., 0.5 is added to both the number of hits and false-alarms, and 1 is added to the number of signal and noise trials. These adjustments are made irrespective of the extremity of the rates themselves.
If set to 1, extreme rates (of 0 and 1, only) are replaced with the number of signal/noise trials, moderated by a value of 0.5 (specifically, where n = number of signal or noise trials: 0 is replaced with 0.5 / n; 1 is replaced with (n - 0.5) / n.
Stanislav and Todorov (1999) advise that the latter correction is the most common method of handling extreme rates, but that it might bias sensitivity measures and not be as satisfactory as the loglinear transformation applied to all hits and false-alarms.
If set to zero (the default), no correction is performed to the calculation of the rates. This should only be used when you are using (1) the parametric measures and are sure the rates are not at the extremes of 0 and 1; or (2) the nonparametric algorithms (a_sensitivity and griers_bias). An alternative to these corrections is, indeed, to use the nonparametric measures.
hr
This is the hit-rate. Instead of passing the number of hits and signal trials, give the hit-rate directly - but, if doing so, ensure the rate does not equal zero or 1 in order to avoid errors thrown by the inverse-phi function (which will be given as "ndtri domain error").
far
This is the false-alarm-rate. Instead of passing the number of false alarms and noise trials, give the false-alarm-rate directly - but, if doing so, ensure the rate does not equal zero or 1 in order to avoid errors thrown by the inverse-phi function (which will be given as "ndtri domain error").
SYNOPSIS
use Statistics::SDT;
$sdt = Statistics::SDT->new(
{
hits => 50,
signal_trials => 50,
false_alarms => 17,
noise_trials => 25,
correct => 2,
}
);
$d = $sdt->d_sensitivity();
$c = $sdt->decision_bias();
Signal Detection Theory algorithms (e.g., of d, A, decision bias), as prescribed by Stanislav & Todorov (1999). Both object- and function-oriented interfaces are provided.
KEY VALUES
For both object- and function-oriented styles, the following named parameters must be given as a hash-reference: either to the new constructor method, or (with the function-oriented style) into each function. Basically, either all of the first four parameters are required (in order to calculate the hit-rate and false-alarm-rate), or the required rates are themselves supplied.
hits
The number of hits.
false_alarms
The number of false alarms.
signal_trials
The number of signal trials. The hit-rate is derived by dividing the number of hits by the number of signal trials.
noise_trials
The number of noise trials. The false-alarm-rate is derived by dividing the number of false-alarms by the number of noise trials.
alternatives
The number of response alternatives. Default = 2 (for the classic signal-detection situation of discriminating between signal+noise and noise-only). If the number of alternatives is greater than 2, the measure of sensitivity, when calling d_sensitivity, is based on the Smith (1982) algorithms.
correct
A parameter that indicates whether or not to perform a correction on the number of hits and false-alarms as a corrective when the hit-rate or false-alarm-rate equals 0 or 1 (due, e.g., to strong inducements against false-alarms, or easy discrimination between signals and noise). This is relevant to all functions that make use of the inverse phi function (all except a_sensitivity and griers_bias).
If set to greater than 1, the loglinear transformation is applied, i.e., 0.5 is added to both the number of hits and false-alarms, and 1 is added to the number of signal and noise trials. These adjustments are made irrespective of the extremity of the rates themselves.
If set to 1, extreme rates (of 0 and 1, only) are replaced with the number of signal/noise trials, moderated by a value of 0.5 (specifically, where n = number of signal or noise trials: 0 is replaced with 0.5 / n; 1 is replaced with (n - 0.5) / n.
Stanislav and Todorov (1999) advise that the latter correction is the most common method of handling extreme rates, but that it might bias sensitivity measures and not be as satisfactory as the loglinear transformation applied to all hits and false-alarms.
If set to zero (the default), no correction is performed to the calculation of the rates. This should only be used when you are using (1) the parametric measures and are sure the rates are not at the extremes of 0 and 1; or (2) the nonparametric algorithms (a_sensitivity and griers_bias). An alternative to these corrections is, indeed, to use the nonparametric measures.
hr
This is the hit-rate. Instead of passing the number of hits and signal trials, give the hit-rate directly - but, if doing so, ensure the rate does not equal zero or 1 in order to avoid errors thrown by the inverse-phi function (which will be given as "ndtri domain error").
far
This is the false-alarm-rate. Instead of passing the number of false alarms and noise trials, give the false-alarm-rate directly - but, if doing so, ensure the rate does not equal zero or 1 in order to avoid errors thrown by the inverse-phi function (which will be given as "ndtri domain error").
Statistics::SDT 0.02 Screenshot
Statistics::SDT 0.02 Keywords
SDT
SDT Perl
SDT 0.02
Signal detection theory
number of hits
Detection theory
signal detection
perl package
number
signal
trials
sensitivity
1
hits
Statistics::SDT
StatisticsSDT
Bookmark Statistics::SDT 0.02
Statistics::SDT 0.02 Copyright
WareSeeker periodically updates pricing and software information of Statistics::SDT 0.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Statistics::SDT 0.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
what is signal detection theory
psychology signal detection theory
signal detection theory psychology
signal detection theory examples
example of a signal detection theory
definition of the signal detection theory
signal detection theory criterion
examples of signal detection theory
signal stat
numbersusa
trials central
sensitivity gone
weak signal detection
phone numbers
federal signal
multiple chemical sensitivity
salem witch trials
sensitivity to touch
Related Software
Statistics::Hartigan is a Perl extension for the stopping rule proposed by Hartigan J. Hartigan, J. (1975). Free Download
wifistatd is a script which generates a PNG graphing signal/noise/link levels on a selected wireless interface. Free Download
Free Statistics records and views daily Web site page views (hits) for statistical tracking. Free Download
StealIt is a service menu to take ownership on selected file/directory. Free Download
Statistics::GammaDistribution Perl module represents a gamma distribution. Free Download
Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. Free Download
Statistics::Smoothing::SGT is a Simple Good-Turing (SGT) smoothing implementation. Free Download
Data::SimplePassword provides a simple random password generator. Free Download
Latest Software
Popular Software
Favourite Software