|
MultinomialTest Constructor (Int32, Int32, Double)
|
Creates a new Multinomial test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public MultinomialTest(
int[] sample,
int categories,
double[] hypothesizedProportions
)
Public Sub New (
sample As Integer(),
categories As Integer,
hypothesizedProportions As Double()
)
Request Example
View SourceParameters
- sample
- Type: SystemInt32
The categories for each observation in the sample. - categories
- Type: SystemInt32
The number of possible categories. - hypothesizedProportions
- Type: SystemDouble
The hypothesized category proportions. Default is
to assume uniformly equal proportions.
See Also