cumulativemarg {fgac}R Documentation

cumulativemarg

Description

Auxiliary function that is used in copula fitting. This function works with different cumulative forms, like pnorm, pbeta, ... and transforms it as cumulative1 and / or cumulative2 in fitCBB function and OptimCBB function.

Usage

cumulativemarg(cumulative, x, a)

Arguments

cumulative can be pnorm, punif, pbeta, pempirical, ...
x real vector
a parameters associated with cumulative

Value

Cumulative distribution, evaluated in the vector x

Author(s)

Veronica A. Gonzalez-Lopez

See Also

match.arg, pempirical

Examples

#x<-rnorm(50,2,1)
#a<-cumulativemarg(pnorm,x,c(2,1))
#a1<-cumulativemarg(pempirical,x)


[Package fgac version 0.6-0 Index]