spowen2 {OwenQ} | R Documentation |
Special case of second Owen distribution function
Description
Evaluation of the second Owen distribution function in a special case (see details).
Usage
spowen2(nu, t, delta, algo = 2)
Arguments
nu |
positive integer, possibly infinite |
t |
positive number |
delta |
vector of positive numbers |
algo |
the algorithm used, |
Details
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.
Value
A vector of numbers between 0 and 1.
See Also
Examples
spowen2(4, 1, 2) == powen2(4, 1, -1, 2, -2)
[Package OwenQ version 1.0.7 Index]