get the AR representation of an ARMA process
Parameters: | ar : array_like, 1d
ma : array_like, 1d
nobs : int
|
---|---|
Returns: | ar : array, 1d
|
Notes
This is just an alias for ar_representation = arma_impulse_response(ma, ar, nobs=100) which has been fully tested against MATLAB.