You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Classes > TBinaryTestTable Class > TBinaryTestTable Properties
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
TBinaryTestTable Properties

The properties of the TBinaryTestTable class are listed here.

 
Name 
Description 
 
F0 
Defines number of false negative values. 
 
F1 
Defines number of false positive values. 
 
M0 
Returns second column total (T0+F0). 
 
M1 
Returns first column total (T1+F1). 
 
N 
Returns table grand total (T1+T0+F1+F0). 
 
N0 
Returns second row total (F1+F0). 
 
N1 
Returns first row total (T1+T0). 
 
Se1 
Returns test sensitivity. 
 
Se2 
Returns test sensitivity. 
 
Sp1 
Returns specificity. 
 
Sp2 
Returns specificity. 
 
T0 
Defines number of true negative values. 
 
T1 
Defines number of true positive values. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!