powered by
Cumulative distribution function of the noncentrel Student distribution with an integer number of degrees of freedom.
ptOwen(q, nu, delta = 0)
Numeric vector, the CDF evaluated at q.
q
quantile, a finite number
integer greater than \(1\), the number of degrees of freedom; possibly infinite
numeric vector of noncentrality parameters; possibly infinite
Owen, D. B. (1965). A special case of a bivariate noncentral t-distribution. Biometrika 52, 437-446.
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