Accord.Statistics.Testing.WaldTest.WaldTest C# (CSharp) 메소드

WaldTest() 공개 메소드

Constructs a Wald's test.
public WaldTest ( double statistic ) : System
statistic double The test statistic, as given by (θ-θ')/SE.
리턴 System
        public WaldTest(double statistic)
            : base(statistic, OneSampleHypothesis.ValueIsDifferentFromHypothesis) { }

Same methods

WaldTest::WaldTest ( double estimatedValue, double hypothesizedValue, double standardError ) : System
WaldTest