Click or drag to resize
Accord.NET (logo)

MultinomialTest Constructor (Int32)

Creates a new Multinomial test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MultinomialTest(
	int[] sampleCounts
)
Request Example View Source

Parameters

sampleCounts
Type: SystemInt32
The number of occurrences for each category in the sample.
See Also