binomial.gc: The Binomial Marginal of Class 'marginal.gc'

View source: R/gcClass.R

binomial.gcR Documentation

The Binomial Marginal of Class marginal.gc

Description

The binomial marginal parameterized in terms of its size and probability.

By default, this function is used for likelihood inference and spatial prediction in function mlegc and predgc of the package gcKrig. When all marginal parameters are given, the function is used for simulation and computing correlation in a trans-Gaussian random field in function simgc and corrTG.

Usage

binomial.gc(link = "logit", size = NULL, prob = NULL)

Arguments

link

the model link function.

size

number of trials (zero or more).

prob

probability of success on each trial.

Value

An object of class marginal.gc representing the marginal component.

Author(s)

Zifei Han hanzifei1@gmail.com

See Also

marginal.gc, beta.gc, gm.gc, gaussian.gc, negbin.gc, poisson.gc, weibull.gc, zip.gc


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

Related to binomial.gc in gcKrig...