coef.robets: Coef robets model

Description Usage Arguments Examples

Description

Coef robets model

Usage

1
2
## S3 method for class 'robets'
coef(object, ...)

Arguments

object

An object of class robets.

...

Other undocumented arguments.

Examples

1
2
model <- robets(nottem)
coef(model)

Example output

Registered S3 method overwritten by 'quantmod':
  method            from
  as.zoo.data.frame zoo 
        alpha          beta         gamma        sigma0   initstate.l 
 0.0184519546  0.0002732138  0.1858632067  0.4392576777 49.2304152217 
  initstate.b  initstate.s0  initstate.s1  initstate.s2  initstate.s3 
-0.0066287879  0.8513401604  0.8532613425  1.0198744408  1.1120334562 
 initstate.s4  initstate.s5  initstate.s6  initstate.s7  initstate.s8 
 1.1915641320  1.2446193980  1.1809930911  1.0996860969  0.9355731313 
 initstate.s9 initstate.s10             k 
 0.8762100755  0.8100354472  3.0000000000 

robets documentation built on May 2, 2019, 6:51 a.m.

Related to coef.robets in robets...