Accord.Tests.Statistics.RayleighDistributionTest.ConstructorTest C# (CSharp) 메소드

ConstructorTest() 개인적인 메소드

private ConstructorTest ( ) : void
리턴 void
        public void ConstructorTest()
        {
            RayleighDistribution n = new RayleighDistribution(0.807602);
            Assert.AreEqual(1.0121790039242726, n.Mean);
            Assert.AreEqual(0.27993564482286737, n.Variance);
        }