Accord.Tests.Statistics.TukeyLambdaTest.LogisticTest C# (CSharp) Method

LogisticTest() private method

private LogisticTest ( ) : void
return void
        public void LogisticTest()
        {
            var target = new TukeyLambdaDistribution(lambda: 0);
            var logistic = new LogisticDistribution();

            compare(target, logistic, 1e-5);
        }