Detecting gradual change in an oscillating data set.

Click For Summary
SUMMARY

This discussion focuses on detecting gradual changes in oscillating data sets, specifically around the line y=15.6385. The use of linear regression indicates a positive slope, suggesting a gradual increase. Traditional frequentist statistics can quantify the probability of observing similar data under a flat regression line, while more complex models like ARIMA may better capture the oscillatory nature of the data. A Bayesian approach allows for the consideration of multiple probability models, ultimately leading to a subjective decision on the most appropriate model based on posterior probabilities.

PREREQUISITES
  • Understanding of linear regression analysis
  • Familiarity with ARIMA modeling for time series data
  • Knowledge of Bayesian statistics and probability distributions
  • Ability to interpret statistical significance and error models
NEXT STEPS
  • Research the implementation of ARIMA models for time series analysis
  • Explore Bayesian statistical methods for model selection
  • Learn about the assumptions underlying frequentist statistics
  • Investigate techniques for calculating confidence intervals in regression analysis
USEFUL FOR

Data scientists, statisticians, and researchers analyzing time-dependent oscillating data who seek to understand gradual changes and model selection techniques.

woodssnoop
Messages
9
Reaction score
0
Hello:

I have been trying to find some information on choosing the width of a running average over a time dependent data set. Here is an example of what I am dealing with:
attachment.php?attachmentid=38896&stc=1&d=1316121113.png


The oscillations should be around the line y=15.6385 and I am wondering if there is a way to quantitatively detect gradual change in a oscillating system. If I do a linear fit of this data I get a line with a positive slope so I get the feeling that there is a gradual change.

Any help would be nice. Thank you.
 

Attachments

  • Screen Shot 2011-09-15 at 3.59.40 p.png
    Screen Shot 2011-09-15 at 3.59.40 p.png
    5.3 KB · Views: 695
Physics news on Phys.org
To get a mathematical answer to a problem there must be enough "givens" and what constitutes an answer ("detect" in this particular case) must be precisely defined.

In real world problems, it's usually necessary to make many assumptions before there are enough "givens". Most people don't want to bother with this and they also don't want to say exactly what they expect of an answer.

If you don't want to formulate a precise mathematical problem, then I'd say the positive slope of your regression line already is a kind of "detection" of gradual increase.

If you want to use traditional (i.e. frequentist) statistics, you can assume the regresson line is the flat one. Then you must assume some probability model for how the errors are generated. If you do that, you end up with a quantification of the probability of observing data similar to what you have. Based on the that answer, you can make your own subjective decision about whether the regression line is really flat. This would define "detecting".

You can pick a more complicated model for how the data is generated (such as an ARIMA model). GIven the visual impression that your data has waves in it, that kind of model seems more approriate than a linear model. I think you could also quantify the probability of getting similar data if you assume such a model.

If you take a Bayesian statistical approach you consider a entire collection of probability models and assign a probability distribution that gives the "a priori" probability for each of them being the one that nature chose. Then you compute the "posterior" probability distribution which tells you the probability each model was chosen given the data you observed. If you have to pick a particular model as "the" answer, this is still a subjective decision. It does seem natural to pick the one that is most likely if the posterior distribution has a peak.
 
Last edited:

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K