Learn R Programming

QPBoot (version 0.2)

Estimate-tsModel: Estimates the parameter of a tsModel-class

Description

The methods estimates the parameters from the time-series in data, using the method defined in the tsModel-class.

Usage

# S4 method for tsModel
Estimate(object, data)

Arguments

object

the tsModel-class for that the parameters shall be estimated

data

a univariate numeric vector containing the time-series data

Value

Returns the estimated parameters par and sets the par slot of the tsModel-class.