|
OwensTFunction Method (Double, Double, Double)
|
Owen's T function for a restricted range of parameters.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double Function(
double h,
double a,
double ah
)
Public Shared Function Function (
h As Double,
a As Double,
ah As Double
) As Double
Request Example
View SourceParameters
- h
- Type: SystemDouble
Owen's T function argument H (where 0 <= H). - a
- Type: SystemDouble
Owen's T function argument A (where 0 <= A <= 1). - ah
- Type: SystemDouble
The value of A*H.
Return Value
Type:
DoubleThe value of Owen's T function.
See Also