Learn R Programming

TauStar (version 1.1.7)

pHoeffInd: Null asymptotic distribution of t* in the continuous case

Description

Density, distribution function, quantile function and random generation for the asymptotic null distribution of t* in the continuous case. That is, in the case that t* is generated from a sample of jointly continuous independent random variables.

Usage

pHoeffInd(x, lower.tail = TRUE, error = 10^-5)

rHoeffInd(n)

dHoeffInd(x, error = 1/2 * 10^-3)

qHoeffInd(p, error = 10^-4)

Value

dHoeffInd gives the density, pHoeffInd gives the distribution function, qHoeffInd gives the quantile function, and rHoeffInd generates random samples.

Arguments

x

the value (or vector of values) at which to evaluate the function.

lower.tail

a logical value, if TRUE (default), probabilities are \(P(X\leq x)\) otherwise \(P(X>x)\).

error

a tolerated error in the result. This should be considered as a guide rather than an exact upper bound to the amount of error.

n

the number of observations to return.

p

the probability (or vector of probabilities) for which to get the quantile.