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

The meaning of ”rms_stdev“ function? #37

Open
mantle2048 opened this issue May 25, 2022 · 0 comments
Open

The meaning of ”rms_stdev“ function? #37

mantle2048 opened this issue May 25, 2022 · 0 comments

Comments

@mantle2048
Copy link

Hi !

The function rms_stdev appears many times in the es.py.

I guess the meaning of this function is to calculate the root mean square (rms) of std (sigma).

Therefore, this function should first calculate the mean and then the square, i.e. np.sqrt(np.mean(sigma*sigma)).

But the implementation is just the opposite in es.py.

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

1 participant