pMixHoeffInd | R Documentation |
Density, distribution function, quantile function and random generation for the asymptotic null distribution of t* in the mixed case. That is, in the case that t* is generated a sample from an independent bivariate distribution where one coordinate is marginally discrete and the other marginally continuous.
pMixHoeffInd(x, probs, lower.tail = T, error = 0.01)
x |
the value (or vector of values) at which to evaluate the function. |
probs |
a vector of probabilities corresponding to the (ordered)
support the marginally discrete random variable. That is, if the
marginally discrete distribution has support |
lower.tail |
a logical value, if TRUE (default), probabilities are
|
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. |
dMixHoeffInd gives the density, pMixHoeffInd gives the distribution function, qMixHoeffInd gives the quantile function, and rMixHoeffInd generates random samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.