spowen2: Special case of second Owen distribution function

View source: R/specialOwen2.R

spowen2R 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, 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.

Value

A vector of numbers between 0 and 1.

See Also

powen2

Examples

spowen2(4, 1, 2) == powen2(4, 1, -1, 2, -2)

OwenQ documentation built on April 11, 2023, 5:58 p.m.