Learn R Programming

fgac (version 0.6-1)

cumulativemarg: 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

See Also

match.arg, pempirical

Examples

Run this code
#a<-cumulativemarg(pnorm,x,c(2,1))
#a1<-cumulativemarg(pempirical,x)

Run the code above in your browser using DataLab