-
Notifications
You must be signed in to change notification settings - Fork 143
Update unsequa tutos #1107
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
base: develop
Are you sure you want to change the base?
Update unsequa tutos #1107
Conversation
| sampled. For example, Hazards outputs from dynamical models | ||
| for different input factors. | ||
| Uniformly sample one element from the provided list of hazards. | ||
| For example, Hazards outputs from dynamical models for different input factors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be incorrect phrasing. In general, more than one sample is drawn in total, althought for each global sample, one element is chosen. Maybe ?
Hazard is uniformly sampled the provided list of hazards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have rephrased so that this is clearer.
| "| param_labels | list(str) | Name of all the uncertainty input parameters|\n", | ||
| "| problem_sa | dict | The description of the uncertainty variables and their distribution as used in [SALib](https://salib.readthedocs.io/en/latest/basics.html). |\n", | ||
| "| sensitivity_method | str | Sensitivity analysis method from [SALib.analyse](https://salib.readthedocs.io/en/latest/api.html) Possible choices: 'fast', 'rbd_fact', 'morris', 'sobol', 'delta', 'ff'. Note that in Salib, sampling methods and sensitivity analysis methods should be used in specific pairs.|\n", | ||
| "| sensitivity_method | str | Sensitivity analysis method from [SALib.analyse](https://salib.readthedocs.io/en/latest/api.html) Possible choices: 'sobol', 'fast', 'rbd_fast', 'morris', 'dgsm', 'ff', 'pawn', 'rhdm', 'rsa', 'discrepancy', 'hdmr'. Note that in Salib, sampling methods and sensitivity analysis methods should be used in specific pairs.|\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see it in this PR, but where the allowed pairing options updated in the respective .py files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, they are up to date. I think this was done in the unsequa update PR but I forgot to update this tutorial back then.
|
Thanks for the update! I am not sure that the new sampling formulation is correct, as to me it suggest that a single sample is drawn, which is incorrect. |
chahank
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Please merge.
Changes proposed in this PR:
Only minor changes here (typos, updating links and refs), although some things in climada_engine_unsequa were broken (e.g. linked to the data API).
PR Author Checklist
develop)PR Reviewer Checklist