Click or drag to resize

RayleighDistributionFitToSample Method

Fits a Rayleigh distribution to a sample.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static RayleighFitResult FitToSample(
	Sample sample
)

Parameters

sample
Type: Meta.Numerics.StatisticsSample
The sample to fit, which must have at least 2 values.

Return Value

Type: RayleighFitResult
The fit result. The only parameter is the scale parameter.
See Also