|
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
)
Public Sub New (
estimatedValue As Double,
hypothesizedValue As Double,
standardError As Double
)
Request Example
View SourceParameters
- estimatedValue
- Type: SystemDouble
The estimated value (θ). - hypothesizedValue
- Type: SystemDouble
The hypothesized value (θ'). - standardError
- Type: SystemDouble
The standard error of the estimation (SE).
See Also