Special.OwenT Method

Evaluates Owen's T function.

DefinitionPermalink

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public static double OwenT(
	double h,
	double a
)

ParametersPermalink

h  Double
A real number.
a  Double
A real number.

Return ValuePermalink

Double
The value of Owen's T function.

RemarksPermalink

The computation is based on: Mike Patefield, David Tandy, Fast and Accurate Calculation of Owen's T Function, Journal of Statistical Software, Volume 5, Number 5, 2000, pages 1-25.

See AlsoPermalink