|
AndersonDarlingDistribution Constructor
|
Creates a new Anderson-Darling distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public AndersonDarlingDistribution(
AndersonDarlingDistributionType type,
[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double samples
)
Public Sub New (
type As AndersonDarlingDistributionType,
<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> samples As Double
)
Request Example
View SourceParameters
- type
- Type: Accord.Statistics.Distributions.UnivariateAndersonDarlingDistributionType
The type of the compared distribution. - samples
- Type: SystemDouble
The number of samples.
See Also