correlogram
Posted: Mon Nov 23, 2009 11:15 am
On occasion, people have asked for a way to get a correlogram as a "real graph." It's possible to get such a graph with the command
and then ignoring the theoretical part.
I wonder if it might be possible to let the ARMA structure view work even without the ARMA terms. Even better, might there be a way to optionally route the series correlogram view to the ARMA structure view code, possibly deleting the theoretical ACF view.
Code: Select all
ls y c ar(1)
view/arma structure/correlogramI wonder if it might be possible to let the ARMA structure view work even without the ARMA terms. Even better, might there be a way to optionally route the series correlogram view to the ARMA structure view code, possibly deleting the theoretical ACF view.