statsmodels.tsa.statespace.tools.unconstrain_stationary_multivariate(constrained, error_variance)
[source]
Transform constrained parameters used in likelihood evaluation to unconstrained parameters used by the optimizer
Parameters: |
|
---|---|
Returns: |
unconstrained – Unconstrained parameters used by the optimizer, to be transformed to stationary coefficients of, e.g., an autoregressive or moving average component. Will match the type of the passed |
Return type: |
array |
Uses the list representation internally, even if an array is passed.
[*] | Ansley, Craig F., and Robert Kohn. 1986. “A Note on Reparameterizing a Vector Autoregressive Moving Average Model to Enforce Stationarity.” Journal of Statistical Computation and Simulation 24 (2): 99-106. |
© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.statespace.tools.unconstrain_stationary_multivariate.html