Click or drag to resize
Accord.NET (logo)

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

Parameters

h
Type: SystemDouble
Owen's T function argument H.
a
Type: SystemDouble
Owen's T function argument A.

Return Value

Type: Double
The value of Owen's T function.
See Also