Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GARCH model implementation #22

Open
christianadriano opened this issue Jun 26, 2020 · 7 comments
Open

GARCH model implementation #22

christianadriano opened this issue Jun 26, 2020 · 7 comments
Assignees

Comments

@christianadriano
Copy link
Member

Rachel, could you please also add the GARCH model to the environment as a function and run the t-tests on the resulting time series?

Follows example implementation:
https://colab.research.google.com/drive/1NUP5kmQzNOQjj1GVG6TtiIN4fmi_qNyH#scrollTo=tJY1NUYhiiuU

@brrrachel
Copy link
Collaborator

What are the start and end values for a series for <component,failure>?

@christianadriano
Copy link
Member Author

The start is could be the minimum value of the original series, e.g., Min_accuracy_increase(<C1,F2>)
You might also need the initial variance, which could be the variance of the original series.

Do we need to define the end? I think we only need to define the coefficients for the Garch model.

@brrrachel
Copy link
Collaborator

No I do not understand the variables of the function - how is this influenced by <component,failure>?

@christianadriano
Copy link
Member Author

In this code here https://colab.research.google.com/drive/1NUP5kmQzNOQjj1GVG6TtiIN4fmi_qNyH#scrollTo=tJY1NUYhiiuU

I believe that we only need to change the value of t[0]. All the rest can stay the same. t[0] can be set be the minimum value of accuracy_increase of <component,failure> pair.

@brrrachel
Copy link
Collaborator

Okay I will set t[0].
But I would use the mean value of the transformed and shifted pair ?!?

@christianadriano
Copy link
Member Author

Yes. Since the series produced by the Garch model fluctuates around a mean, it would make sense to use the mean of the transformed_shifted pair.

@brrrachel
Copy link
Collaborator

Running the ttest, which ordering to take?
If I use the ordering from before working on the data, I get different results as if I do this based on the ordering retrieved from the new data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants