Learn R Programming

OwenQ (version 1.0.7)

ptOwen: Student CDF with integer number of degrees of freedom

Description

Cumulative distribution function of the noncentrel Student distribution with an integer number of degrees of freedom.

Usage

ptOwen(q, nu, delta = 0)

Value

Numeric vector, the CDF evaluated at q.

Arguments

q

quantile, a finite number

nu

integer greater than \(1\), the number of degrees of freedom; possibly infinite

delta

numeric vector of noncentrality parameters; possibly infinite

References

Owen, D. B. (1965). A special case of a bivariate noncentral t-distribution. Biometrika 52, 437-446.

Examples

Run this code
ptOwen(2, 3) - pt(2, 3)
ptOwen(2, 3, delta=1) - pt(2, 3, ncp=1)

Run the code above in your browser using DataLab