Hello, I have tried to generate numbers randomly which follow normal, Student-t and skewed Student-t distributions. However, when I check those series for heteroscedastisity test (ARCH) results are showing that there is no heteroscedastisity. As we all know, returns (financial returns) usually have heteroscedastisity. My question is, is it possible somehow generate random numbers which have hetescedastisity? I was thinking about generating random numbers and sort them out and then allocate them, so they will have some level of heteroscedastisity. However, I am not sure if this is correct way of doing it. I appreciate any input. Thank you.
-- View this message in context: http://r.789695.n4.nabble.com/How-to-generate-heteroscedastic-random-numbers-tp3654534p3654534.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.