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