| weibull.gc | R Documentation |
marginal.gcThe Weibull marginal used for simulation and computing correlation in the
trans-Gaussian random field in function simgc and corrTG of the package gcKrig.
It cannot be used in function mlegc nor predgc to make model inferences.
weibull.gc(shape = 1, scale = 1)
shape |
a positive scalar of shape parameter in the Weibull distribution. |
scale |
a positive scalar of scale parameter in the Weibull distribution. |
The Weibull distribution with shape parameter a and scale parameter b
has density given by
(a/b) (x/b)^(a-1) exp(-(x/b)^a)
An object of class marginal.gc representing the marginal component.
Zifei Han hanzifei1@gmail.com
marginal.gc, beta.gc,
binomial.gc, gm.gc,
gaussian.gc, negbin.gc,
poisson.gc, zip.gc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.