Simulate Random Autoregressive Coefficients for a Stationary AR(p) Model
Source:R/RcppExports.R
SimARCoef.RdThis function generates autoregressive coefficients for a stationary AR(p) model.
See also
Other Simulation of Autoregressive Data Functions:
CheckARCoef(),
CheckVARCoef(),
SimAR(),
SimMVN(),
SimPD(),
SimVARCoef(),
SimVARExo(),
SimVARZIPExo(),
SimVARZIP(),
SimVAR(),
SimVariance(),
YXExo(),
YX()
Examples
set.seed(42)
SimARCoef(p = 2)
#> [,1]
#> [1,] -0.3849488
#> [2,] 0.5948057