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

A question about standard deviation for drawing #18

Closed
shijiwensjw opened this issue Jan 14, 2019 · 2 comments
Closed

A question about standard deviation for drawing #18

shijiwensjw opened this issue Jan 14, 2019 · 2 comments

Comments

@shijiwensjw
Copy link

https://github.com/alexlee-gk/video_prediction/blob/master/scripts/plot_results.py#L25
In this line, I wonder why you use metric_se = np.std(metric, axis=0) / np.sqrt(len(metric)) instead of just standard deviation metric_se = np.std(metric, axis=0) ? Why is the standard deviation divided by np.sqrt(len(metric)?

@richzhang
Copy link
Collaborator

It's the standard error -- the more measurements you make, the more sure you are of the mean.

@shijiwensjw
Copy link
Author

Thank you, richzhang,
I confused the standard deviation and the standard error, now I understand.

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