Analysis Results
Results update after calculation.
Interactive Window Inspector
Click a rolling point to inspect its calculation window.
Formula Used
Automatic Interpretation
Calculated Data
| Index | Timestamp or label | Series | Original value | Rolling mean | Rolling variance | Rolling deviation | Threshold status | Classification | Missing |
|---|
How to Use
- Paste data or upload a supported file.
- Select the label, value, and group columns.
- Choose a rolling window and deviation method.
- Configure preprocessing and volatility thresholds.
- Calculate, inspect points, and export results.
Worked Example
A five-observation trailing window measures recent variability. Each point uses the current value and four earlier values. Larger deviations indicate unstable periods.
| Observation | Value | Window | Rolling result |
|---|---|---|---|
| 5 | 12 | 10, 11, 9, 10, 12 | Calculated from five values |
| 6 | 18 | 11, 9, 10, 12, 18 | Higher variability appears |
Method Notes and Limitations
Small windows react quickly but may appear noisy. Large windows produce smoother and slower changes. Choose a window matching the monitoring timescale.
Standard deviation can be distorted by extreme values. Robust MAD reduces this influence. Missing observations can also change window membership.
Thresholds are descriptive unless externally validated. They do not prove drift or model failure. Review results with domain context.
Frequently Asked Questions
What is rolling standard deviation?
It measures changing spread inside a moving data window.
Which window size should I choose?
Use a size matching the period of meaningful change.
What is a trailing window?
It uses the current observation and preceding observations.
When should I use sample deviation?
Use it when observations represent a sample from a population.
When should I use population deviation?
Use it when the window contains the complete population.
Why are early values blank?
The window may not yet contain enough valid observations.
What does MAD measure?
MAD provides a robust spread estimate using median deviations.
Can I compare multiple series?
Yes. Select a grouping column and analyze every group.
What indicates a regime change?
A large deviation shift can indicate changed variability behavior.
Can the chart prove model drift?
No. It provides evidence requiring further investigation and validation.