0

I have a time series of different physical measurements. One of these, lets call it X, is determined by the others, $Y_1$...$Y_n$, through various physical processes (which are complex and not fully known). There is no influence of X on Y. The Y parameters are all caused by the same source, so they are correlated to various degrees. Some of these correlations are close to 1 or -1.

I am looking for a statistical method to analyze the impact of the different parameters on X.

PCA was suggested, but I have not used it before and from what I read it seems not well suited to the problem because of the correlation between the input parameters.

It might be possible to reduce the Ys to a combined parameter for each physical process (where correlation is lowest between them) and then use PCA, but I would be interested if there is a statistical method better suited to my problem, where I can use all parameters. Maybe someone here has an idea?

Ferdi
  • 4,882
  • 7
  • 42
  • 62

1 Answers1

1

ARIMAX Here is a case where it has been used: https://forecasters.org/wp-content/uploads/gravity_forms/7-2a51b93047891f1ec3608bdbd77ca58d/2013/07/Kongcharoen_Chaleampong_ISF2013.pdf

And there has been a discussion here, on how to do it in R: How to fit an ARIMAX-model with R?

user3644640
  • 426
  • 2
  • 7
  • Your reference showed no concern given to detecting and incorporating unknown deterministic structure causing pulses/level shifts/local time trends or seasonal pules OR possible changes in either error variance or parameters over time. Probably because they didn't have access to good tools. – IrishStat Oct 19 '16 at 13:16
  • True, when using ARMA-models, one needs to make the time series stationary. It is an art by itself and best results are often made by hand. Most automatic methods tend to give bad results. – user3644640 Oct 19 '16 at 14:24
  • I agree that there has to be some intelligent/assumption checking device whether it be an experienced hand/mind or an advanced software agent OR both – IrishStat Oct 19 '16 at 14:35