Méthode | Description | |
---|---|---|
Function ( double h, double a ) : double |
Computes Owen's T function for arbitrary H and A.
|
|
Function ( double h, double a, double ah ) : double |
Owen's T function for a restricted range of parameters.
|
public static Function ( double h, double a ) : double | ||
h | double | Owen's T function argument H. |
a | double | Owen's T function argument A. |
Résultat | double |
public static Function ( double h, double a, double ah ) : double | ||
h | double | Owen's T function argument H (where 0 <= H). |
a | double | Owen's T function argument A (where 0 <= A <= 1). |
ah | double | The value of A*H. |
Résultat | double |