Skip to content

Standard Error (SE) calculation #8

@mathias-bellat

Description

@mathias-bellat

Dear Mr. Roudier.
if we open the command "postResampleSpectro" we can this that the standard deviation follows the lines:

sse <- sum((pred - obs)^2)
se <- sqrt(sse/(n - 1))

So the calculation of the SE is according to your script:

se = sqrt((sum((pred-obs)^2)/(n-1))

Could it be possible to add an option for the n - 1 parameters to choose a "n - x" specific number regarding the population?

Regards,
Mathias Bellat.

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