spowen2 {OwenQ} | R Documentation |
Evaluation of the second Owen distribution function in a special case (see details).
spowen2(nu, t, delta, algo = 2)
nu |
positive integer, possibly infinite |
t |
positive number |
delta |
vector of positive numbers |
algo |
the algorithm used, |
The value of spowen2(nu, t, delta)
is the same as the value
of powen2(nu, t, -t, delta, -delta)
, but it is evaluated more efficiently.
A vector of numbers between 0 and 1.
spowen2(4, 1, 2) == powen2(4, 1, -1, 2, -2)