| gaussian.gc {gcKrig} | R Documentation |
The Gaussian Marginal of Class marginal.gc
Description
The Gaussian 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
gaussian.gc(mean = 0, sd = 1)
Arguments
mean |
the mean of the Gaussian distribution, a scalar. |
sd |
a positive scalar, the standard deviation of the Gaussian distribution. |
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, negbin.gc,
poisson.gc, weibull.gc, zip.gc
[Package gcKrig version 1.1.8 Index]