gregorkastner / stochvol

Partial re-write of the R package stochvol to allow for asymmetry (leverage).
15 stars 9 forks source link

Remove `$` access from examples #12

Closed hdarjus closed 3 years ago

hdarjus commented 3 years ago

E.g. in ?predict.svdraws there is

## Check out the results
summary(fore$h)
summary(fore$y)

This use is not recommended. Use extractors.

hdarjus commented 3 years ago

cbd65faa18217d5248af68c3d69c6da49348a220