Accord.Statistics.Distributions.Univariate.AndersonDarlingDistribution.g3 C# (CSharp) 메소드

g3() 개인적인 정적인 메소드

private static g3 ( double x ) : double
x double
리턴 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;
        }