pyeeg.simulate.simulate_ar
- pyeeg.simulate.simulate_ar(order, coefs, n, sigma=1, seed=42)
Simulate an autoregressive process of order order.
- Parameters:
- Returns:
x – The simulated time series. Shape (n,).
- Return type:
array_like