Generated Series Results
Observations
0
Mean
0
Standard Deviation
0
Last Value
0
| t | Trend | Seasonal | Noise | AR Part | Generated Value |
|---|
Calculator
Build a synthetic time series by mixing deterministic structure and random variation. You can model linear trend, exponential growth, seasonality, Gaussian-like noise, and AR(1) persistence.
Example Data Table
| t | Trend | Seasonal | Noise | AR Part | Generated Value |
|---|---|---|---|---|---|
| 1 | 51.2500 | 0.0000 | 0.8421 | 0.0000 | 52.0921 |
| 2 | 52.5000 | 4.0000 | -0.5114 | 0.3789 | 56.3675 |
| 3 | 53.7500 | 6.9282 | 1.1020 | -0.2301 | 61.5501 |
| 4 | 55.0000 | 8.0000 | 0.2248 | 0.4959 | 63.7207 |
| 5 | 56.2500 | 6.9282 | -1.2530 | 0.1012 | 62.0264 |
Formula Used
ti = t0 + i × Δt
Li = a + b × i
Ei = eg × i
Si = A × sin(2πi / m + φ)
Ni = σ × Zi, where Zi is pseudo-random
Ri = φ × Ni-1
Yi = Li + Si + Ni + Ri
Yi = [Li × Ei] × [1 + Si/100] + Ni + Ri
These formulas help create practice data for forecasting, decomposition, smoothing, simulation, and classroom experiments. Adjust parameters to imitate steady growth, cyclic behavior, volatile movement, or moderate dependence between consecutive observations.
How to Use This Calculator
- Select the desired series style.
- Enter the number of periods and the starting time index.
- Set base intercept, slope, and optional exponential growth.
- Choose season amplitude, season length, and phase shift.
- Define noise scale and AR(1) coefficient for persistence.
- Set the seed for repeatable output.
- Choose how many digits and rows to display.
- Press Generate Time Series to view the results.
- Review the metrics, chart, and data table.
- Use the CSV or PDF buttons to export the generated series.
Frequently Asked Questions
1. What does this calculator generate?
It creates synthetic time series data using trend, seasonality, random noise, and simple autoregressive memory. This is useful for practice, testing, teaching, and method comparisons.
2. What is the difference between additive and multiplicative style?
Additive style adds the components directly. Multiplicative style scales the series by growth and percentage-like seasonality, then adds noise and AR influence afterward.
3. Why is the random seed important?
The seed makes pseudo-random values repeatable. Using the same seed and inputs produces the same series again, which helps with reproducible testing.
4. What does the AR(1) coefficient control?
It controls dependence from one step to the next. Higher positive values create smoother persistence, while negative values create alternating movement patterns.
5. Can I use this for forecasting practice?
Yes. The generated output is ideal for trying moving averages, decomposition, regression, exponential smoothing, and baseline forecasting experiments.
6. What happens if noise is set to zero?
The series becomes deterministic except for the structural components. That makes it easier to inspect only the trend and seasonal effects.
7. How should I choose season length?
Use the number of observations per cycle. For monthly data with yearly repetition, use 12. For quarterly data, use 4.
8. Can exported files be used elsewhere?
Yes. CSV files work well in spreadsheet and statistics tools. PDF files help share a quick report containing the visible generated table.