Click or drag to resize
Accord.NET (logo)

WaldTest Constructor (Double)

Constructs a Wald's test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public WaldTest(
	double statistic
)
Request Example View Source

Parameters

statistic
Type: SystemDouble
The test statistic, as given by (θ-θ')/SE.
See Also