Special.OwenT Method
Evaluates Owen's T function.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The value of Owen's T function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static double OwenT(
double h,
double a
)
ParametersPermalink
Return ValuePermalink
DoubleThe 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.