-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
What are the start and end values for a series for <component,failure>? |
The start is could be the minimum value of the original series, e.g., Min_accuracy_increase(<C1,F2>) Do we need to define the end? I think we only need to define the coefficients for the Garch model. |
No I do not understand the variables of the function - how is this influenced by <component,failure>? |
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. |
Okay I will set t[0]. |
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. |
Running the ttest, which ordering to take? |
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
The text was updated successfully, but these errors were encountered: