Skip to content

SMB uncertainty is not fixed at 9 % #21

@mankoff

Description

@mankoff

SMB uncertainty is 9 % when taking the mean of three RCMs each with 15 % uncertainty.

unumpy.uarray([1,1,1], [15,15,15]).mean()
> 1.0+/-8.660254037844387

But when there are only two RCMs, uncertainty grows to 11 %:

unumpy.uarray([1,1], [15,15]).mean()
> 1.0+/-10.606601717798213

And the full 15 % when only using 1 RCM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions