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

Frequency analysis #5

Open
schr476 opened this issue Jun 15, 2020 · 3 comments
Open

Frequency analysis #5

schr476 opened this issue Jun 15, 2020 · 3 comments
Assignees
Labels
knowledge gain tasks to better understand something

Comments

@schr476
Copy link
Collaborator

schr476 commented Jun 15, 2020

Use the top correlated variables and determine if there are any clear periodic properties.

@schr476 schr476 added the knowledge gain tasks to better understand something label Jun 15, 2020
@schr476
Copy link
Collaborator Author

schr476 commented Jun 16, 2020

Example:
df['B:VIMIN_MEAN'] = df['B:VIMIN'].rolling(window=15).mean()
df['B:VIMIN_STD'] = df['B:VIMIN'].rolling(window=15).std()

Plot the original trace, rolling mean & std frequency analysis for each correlated variable.

@dkafkes
Copy link
Contributor

dkafkes commented Jun 16, 2020

IMXIB

BIMINER

BLINFRQ

BVIMAX

BVIMIN

BVIPHAS

IIB

IMDAT40

@schr476
Copy link
Collaborator Author

schr476 commented Jun 16, 2020

@dkafkes great, it looks like we have some new correlations to consider. Please fix the caption on the rolling STD traces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
knowledge gain tasks to better understand something
Projects
None yet
Development

No branches or pull requests

2 participants