ContingencyTableExactStdev Property |
Returns the exact standard deviation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ExactStdev { get; }
Public ReadOnly Property ExactStdev As Double
Get
public:
property double ExactStdev {
double get ();
}
member ExactStdev : float with get
Property Value
Type:
Double
A
double scalar containing the exact standard deviation based
on Pearson's chi-square statistic.
See Also