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