TheAlgorithms/Java

[FEATURE REQUEST] Standard Error of the Mean

RubyflameWarrior opened this issue · 4 comments

What would you like to Propose?

New Algorithm under
https://github.com/TheAlgorithms/Java/tree/master/src/main/java/com/thealgorithms/maths

File Name Proposed: StandardMeanError.java

What?
A function to calculate the standard error of the mean of a provided data set.

Issue details

Issue details
The standard error of the mean is used to evaluate the standard deviation of a sampling distribution.

Note: This issue is self-assigned and PR is raised as a part of Hacktoberfest

Additional Information

No response

To calculate the standard error of the mean (SEM) in Java, we can use the following steps:

Calculate the sample mean.
Calculate the sample variance.
Divide the sample variance by the sample size.
Take the square root of the result. #4764
StandardError.txt

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions!