C# 클래스 Accord.Statistics.Testing.WaldTest

상속: Accord.Statistics.Testing.ZTest
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
WaldTest ( double statistic ) : System

Constructs a Wald's test.

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

Constructs a Wald's test.

메소드 상세

WaldTest() 공개 메소드

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

WaldTest() 공개 메소드

Constructs a Wald's test.
public WaldTest ( double estimatedValue, double hypothesizedValue, double standardError ) : System
estimatedValue double The estimated value (θ).
hypothesizedValue double The hypothesized value (θ').
standardError double The standard error of the estimation (SE).
리턴 System