Learn R Programming

CPAT (version 0.1.0)

qZn: R<U+00E8>nyi-Type Statistic Quantile Function

Description

Quantile function for the limiting distribution of the R<U+00E8>nyi-type statistic.

Usage

qZn(p, summands = 500, interval = c(0, 100),
  tol = .Machine$double.eps, ...)

Arguments

p

Value of the CDF at the quantile

summands

Number of summands for infinite sum

interval, tol, ...

Arguments to be passed to uniroot

Value

The quantile associated with p

Details

This function uses uniroot for finding this quantity, and many of the the accepted parameters are arguments for that function; see its documentation for more details.

Examples

Run this code
# NOT RUN {
CPAT:::qZn(0.5)
# }

Run the code above in your browser using DataLab