Learn R Programming

tscopula (version 0.3.9)

fit,margin-method: Fit method for margin class

Description

Fit method for margin class

Usage

# S4 method for margin
fit(x, y, tsoptions = list(), control = list())

Value

An object of class marginfit.

Arguments

x

an object of class margin.

y

a vector or time series of data.

tsoptions

list of optional arguments: hessian is logical variable specifying whether Hessian matrix should be returned; start is vector od named starting values

control

list of control parameters to be passed to the optim function.

Examples

Run this code
margmod <- margin("gauss", pars = c(mu = 0, sigma = 1))
data <- sim(margmod, n = 500)
fit(margmod, data)

Run the code above in your browser using DataLab