Click or drag to resize
Accord.NET (logo)

MultinomialTest Constructor (Double, 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(
	double[] sampleProportions,
	int sampleSize,
	double[] hypothesizedProportions
)
Request Example View Source

Parameters

sampleProportions
Type: SystemDouble
The proportions for each category in the sample.
sampleSize
Type: SystemInt32
The number of observations in the sample.
hypothesizedProportions
Type: SystemDouble
The hypothesized category proportions. Default is to assume uniformly equal proportions.
See Also