|
RayleighDistributionEstimate Method
|
Estimates a new Gamma distribution from a given set of observations.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static RayleighDistribution Estimate(
double[] observations
)
Public Shared Function Estimate (
observations As Double()
) As RayleighDistribution
Request Example
View SourceParameters
- observations
- Type: SystemDouble
Return Value
Type:
RayleighDistributionSee Also