C# Class Accord.Statistics.Testing.WaldTest

Inheritance: Accord.Statistics.Testing.ZTest
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
WaldTest ( double statistic ) : System

Constructs a Wald's test.

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

Constructs a Wald's test.

Method Details

WaldTest() public method

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

WaldTest() public method

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).
return System