- Variability: how "spread out" are the data points from one another?
- Trend: direction of data path, up or down?
- Slope: are the data points increasing or decreasing?
- Level: where are the data points on the vertical axis?
What libraries, AI, databases, etc... would you recommend that would allow me to calculate these values? I am no data scientist and don't need forecasting but overall, I just want a dashboard that shows the most "important" graphs.[1] https://observablehq.com/framework/
[2] https://observablehq.com/framework/loaders
[3] https://observablehq.com/@observablehq/plot-simple-line-chart
edit: the x-axis is Time while the y-axis can be values such as duration, frequency, intervals
Slope, trend and others seem not to fulfill my needings, as my data sometimes is similar. I doing it with weighted average right now.
But eager for other solutions. Let's hope you'll get a professional answer to your question.