summary.rumidas | R Documentation |
Summary method for 'rumidas' class
## S3 method for class 'rumidas'
summary(object, ...)
object |
An object of class 'rumidas', that is the result of a call to |
... |
Additional arguments affecting the summary produced. |
r_t<-sp500['2003/2010']
real<-(rv5['2003/2010'])^0.5 # realized volatility
fit<-umemfit(model="MEM",skew="NO",x=real)
summary.rumidas(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.