RayleighDistributionFitToSample Method
Fits a Rayleigh distribution to a sample.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static RayleighFitResult FitToSample(
IReadOnlyList<double> sample
)
Public Shared Function FitToSample (
sample As IReadOnlyList(Of Double)
) As RayleighFitResult
public:
static RayleighFitResult^ FitToSample(
IReadOnlyList<double>^ sample
)
static member FitToSample :
sample : IReadOnlyList<float> -> RayleighFitResult
- sample IReadOnlyListDouble
- The sample to fit, which must have at least 2 values.
RayleighFitResultThe fit result. The only parameter is the scale parameter.