|
IHypothesisTestStatisticToPValue Method
|
Converts a given test statistic to a p-value.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double StatisticToPValue(
double x
)
Function StatisticToPValue (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
The value of the test statistic.
Return Value
Type:
DoubleThe p-value for the given statistic.
See Also