NormalityTest.ChiSquaredTest Method |
Performs the chi-squared goodness-of-fit test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double ChiSquaredTest(
int n
)
Public Function ChiSquaredTest (
n As Integer
) As Double
public:
double ChiSquaredTest(
int n
)
member ChiSquaredTest :
n : int -> float
Parameters
- n
- Type: System.Int32
A int scalar containing the number of cells into which the
observations are to be tallied.
Return Value
Type:
Double
A
double scalar containing the p-value for the chi-squared
goodness-of-fit test.
Exceptions
See AlsoReference
NormalityTest.ChiSquaredTest(Int32)