| print.micss | R Documentation |
Prints the output of micss.
## S3 method for class 'micss'
print(x, ...)
x |
An object with the output of the micss algorithm. |
... |
Further arguments passed to or from other methods. |
No return value. It prints the output of micss
J.L. Carrion-i-Silvestre & A. Sansó (2026): Testing for Constant Unconditional Variance in Heavy-Tailed Time Series. Communications in Statistics - Simulation and Computation. doi:10.1080/03610918.2026.2615207
set.seed(2)
e <- c(stats::rnorm(200),3*stats::rnorm(200))
o <- micss(e)
print.micss(o)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.