-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels