Skip to content

Confidence intervals of Sobol's method are wrong #181

@devmotion

Description

@devmotion

The confidence level conf_level of the Sobol method only shows up in

alpha = (1 - method.conf_level)
std(x, mean = mean) / sqrt(length(x))
- but since alpha is not used in the further calculations, the returned confidence intervals are not affected by the conf_level setting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions