AR fitting finding the noise variance

I am using the function "ar". I want to know what the noise variance is, e.g., in the equation below I want to find var( e[t]).

x[t] - m = a[1](x[t-1] - m) + … + a[p](x[t-p] - m) + e[t]

Which output from the ar fitting gives this information?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.