TBinaryTestTable::Se1 Property

__declspec(property(get = GetSe1)) double Se1;

Returns test sensitivity.

Read: double GetSe1();
Remarks:

Returns sensitiviy, calculated from table values. For one and two sample unpaired binary test, sensitivity is defines as:

Se = T1/N1.

For two-sample paired test, sensitivity is defines as:

Se = N1/N .

Declared in Dew::Stats::TBinaryTestTable · Dew.Stats/StatTools.h · Cross-compiler