Accord.Statistics.Distributions.Univariate.ChiSquareDistribution.Fit C# (CSharp) Method

Fit() public method

This method is not supported.
public Fit ( double observations, double weights ) : IDistribution
observations double
weights double
return IDistribution
        public override IDistribution Fit(double[] observations, double[] weights)
        {
            throw new NotSupportedException();
        }