Description Usage Arguments Details Value Author(s) References See Also Examples
Density and random generation functions for the Pearson Type VII (PVII) distribution.
1 2 |
x |
a numeric vector of observations. |
mean |
mean parameter (real number). |
scale |
scale parameter (positive real number). |
shape |
shape parameter (positive real number). |
log |
logical; if |
n |
number of observations to simulate. |
The PVII distribution, a generalization of the t-distribution, arises when the inverse of the variance of a normal random variable is itself a random variable with the gamma distribution. See Sun et al. (2010) for details. See mvpvii
for the multivariate density which easily reduces to the univariate version.
For dpvii
, a vector of densities. For rpvii
, a vector of length n
representing a sample from the PVII distribution with the specified parameters.
Daniel Dvorkin
Sun, J., Kaban, A., and Garibaldi, J.M. (2010) Robust mixture clustering using Pearson Type VII distribution. Pattern Recognition Letters 31(16), 2447–2454.
mvpvii
for the multivariate version; thetahat
for parameter estimation.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.