Skip to content

Standard Deviation not calculated properly #5

@cD1rtX3

Description

@cD1rtX3

The formula for standard deviation involves dividing by the number of terms before square-rooting the result:
download
The function in your code, however, does not, and instead, simply sums the squares and then square-roots, giving a result that is always incorrect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions