Constructs a new chi-squared goodness-of-fit test
for the specified distribution.
Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ChiSquareGoodnessOfFitTest(
Vector<double> sample,
Distribution distribution
)
Public Sub New (
sample As Vector(Of Double),
distribution As Distribution
)
public:
ChiSquareGoodnessOfFitTest(
Vector<double>^ sample,
Distribution^ distribution
)
new :
sample : Vector<float> *
distribution : Distribution -> ChiSquareGoodnessOfFitTest
Parameters
- sample
- Type: Extreme.MathematicsVectorDouble
A vector that specifies the sample. - distribution
- Type: Extreme.Statistics.DistributionsDistribution
A Distribution object
that represents the distribution that is to be compared.
The test created by this constructor assumes that none of the parameters of
distribution were estimated from the sample.
Numerical Libraries
Supported in: 6.0
Reference