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