Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale samples to range [0,1] before evaluating sensitivity #13

Closed
hongyuanjia opened this issue Nov 20, 2019 · 0 comments · Fixed by #14
Closed

Scale samples to range [0,1] before evaluating sensitivity #13

hongyuanjia opened this issue Nov 20, 2019 · 0 comments · Fixed by #14
Assignees
Labels
bug Something isn't working

Comments

@hongyuanjia
Copy link
Owner

In sensitivity::morris(), there is a scale parameter to scale the input design of experiments before computing the elementary effects so that all factors vary within the range [0,1].

This argument should be added and be set to TRUE by default.

The morris class in python SALib package does this by default in its sample() method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant