|
OwensTFunction Method (Double, Double)
|
Computes Owen's T function for arbitrary H and A.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double Function(
double h,
double a
)
Public Shared Function Function (
h As Double,
a As Double
) As Double
Request Example
View SourceParameters
- h
- Type: SystemDouble
Owen's T function argument H. - a
- Type: SystemDouble
Owen's T function argument A.
Return Value
Type:
DoubleThe value of Owen's T function.
See Also