| weibull.gc {gcKrig} | R Documentation |
The Weibull Marginal of Class marginal.gc
Description
The 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.
Usage
weibull.gc(shape = 1, scale = 1)
Arguments
shape |
a positive scalar of shape parameter in the Weibull distribution. |
scale |
a positive scalar of scale parameter in the Weibull distribution. |
Details
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)
Value
An object of class marginal.gc representing the marginal component.
Author(s)
Zifei Han hanzifei1@gmail.com
See Also
marginal.gc, beta.gc,
binomial.gc, gm.gc,
gaussian.gc, negbin.gc,
poisson.gc, zip.gc
[Package gcKrig version 1.1.8 Index]