gaussian.gc: The Gaussian Marginal of Class 'marginal.gc'

View source: R/gcClass.R

gaussian.gcR 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


gcKrig documentation built on July 3, 2022, 1:05 a.m.

Related to gaussian.gc in gcKrig...