Formulas used here are taken from the MARLAP manual.
The limit of crticality should be used for all particle detection descisions,
not the limit of detection. For an explaination of why, see the manual linked above.
Uses the equations from the MARLAP manual, 20.48, 20.73 [2].
Reccomended for mean backgrounds > 100.
Sc equivilent to currie(ub=Nb) if t_sample = t_blank.
Parameters:
nb – mean of background
alpha – false positive rate
beta – false negative rate
Returns:
Sc, net critical value
Sd, minimum detection net value
Uses the equations from the MARLAP manual, 20.52, 20.73 [3].
Reccomended for low mean backgrounds.
Sc equivilent to ‘decision threshold’ of ISO 11929-1.
Parameters:
nb – mean of background
alpha – false positive rate
beta – false negative rate
Returns:
Sc, net critical value
Sd, minimum detection net value