NormalDistributionFitToSample Method
            Computes the normal distribution that best fits the given sample.
            
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static NormalFitResult FitToSample(
	IReadOnlyList<double> sample
)
Public Shared Function FitToSample ( 
	sample As IReadOnlyList(Of Double)
) As NormalFitResult
public:
static NormalFitResult^ FitToSample(
	IReadOnlyList<double>^ sample
)
static member FitToSample : 
        sample : IReadOnlyList<float> -> NormalFitResult 
- sample  IReadOnlyListDouble
 - The sample to fit.
 
NormalFitResultThe result of the fit.