Click or drag to resize
Accord.NET (logo)

WaldTest Constructor (Double, Double, 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 estimatedValue,
	double hypothesizedValue,
	double standardError
)
Request Example View Source

Parameters

estimatedValue
Type: SystemDouble
The estimated value (θ).
hypothesizedValue
Type: SystemDouble
The hypothesized value (θ').
standardError
Type: SystemDouble
The standard error of the estimation (SE).
See Also