Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

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: Double
The value of Owen's T function.
See Also