Learn R Programming

OwenQ (version 1.0.7)

spowen2: 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)

Value

A vector of numbers between 0 and 1.

Arguments

nu

positive integer, possibly infinite

t

positive number

delta

vector of positive numbers

algo

the algorithm used, 1 or 2

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.

See Also

powen2

Examples

Run this code
spowen2(4, 1, 2) == powen2(4, 1, -1, 2, -2)

Run the code above in your browser using DataLab