|
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
)
Public Sub New (
statistic As Double
)
Request Example
View SourceParameters
- statistic
- Type: SystemDouble
The test statistic, as given by (θ-θ')/SE.
See Also