hpi-sam / rl-4-self-repair

Reinforcement Learning Models for Online Learning of Self-Repair and Self-Optimization
MIT License
0 stars 1 forks source link

[Non-stationary environment] Auto_regression based on which arithmetic metric? #18

Open brrrachel opened 4 years ago

brrrachel commented 4 years ago

For producing series for each <component, failure> combination, there could be different ways to do this, e.g.:

The different values might have an influence on the outcoming data series. Which value would we expect to see?

christianadriano commented 4 years ago

I think we could start using the mean first then later on we can compare the results using the mode and median.

The code do simulate non-stationary data is here: http://web.vu.lt/mif/a.buteikis/wp-content/uploads/2019/02/02_StationaryTS_Python.html

@brrrachel could you please give a look and choose two options?