Accord.Statistics.Distributions.Univariate.AndersonDarlingDistribution.g3 C# (CSharp) Method

g3() private static method

private static g3 ( double x ) : double
x double
return double
        private static double g3(double x)
        {
            return -130.2137 + (745.2337 - (1705.091 - (1950.646 - (1116.360 - 255.7844 * x) * x) * x) * x) * x;
        }