|
AndersonDarlingTest Constructor
|
Creates a new Anderson-Darling test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public AndersonDarlingTest(
double[] sample,
IUnivariateDistribution<double> hypothesizedDistribution
)
Public Sub New (
sample As Double(),
hypothesizedDistribution As IUnivariateDistribution(Of Double)
)
Request Example
View SourceParameters
- sample
- Type: SystemDouble
The sample we would like to test as belonging to the hypothesizedDistribution. - hypothesizedDistribution
- Type: Accord.Statistics.DistributionsIUnivariateDistributionDouble
A fully specified distribution.
See Also