ContinuousTestStatistic Conversion (ContinuousTestStatistic to Double) |
Converts a continuous test statistic to its value.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static implicit operator double (
ContinuousTestStatistic statistic
)
Public Shared Widening Operator CType (
statistic As ContinuousTestStatistic
) As Double
static implicit operator double (
ContinuousTestStatistic^ statistic
)
F# does not support the declaration of new casting operators.
Parameters
- statistic
- Type: Meta.Numerics.StatisticsContinuousTestStatistic
The continuous test statistic.
Return Value
Type:
DoubleThe
Value of the test statistic.
See Also