OPBcontrast: Optimal Prediction Based Contrast

Description Usage Arguments Examples

View source: R/OPBE.R

Description

Optimal Prediction Based Contrast as introduced in the reference below

Usage

1
OPBcontrast(theta, samp, delta, q.back, levy)

Arguments

theta
samp
delta
q.back
levy

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (theta, samp, delta, q.back, levy) 
{
    estimating <- OPBEF(theta, samp, delta, q.back, levy)
    t(estimating) %*% estimating
  }

COGARCH documentation built on May 2, 2019, 5:28 p.m.

Related to OPBcontrast in COGARCH...