simetenn / uncertainpy

Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis, tailored towards computational neuroscience.
http://uncertainpy.readthedocs.io
GNU General Public License v3.0
220 stars 50 forks source link

Univariate effects #54

Closed takafusui closed 3 years ago

takafusui commented 3 years ago

Hi,

Thank you for developing this interesting project! I am interested in univariate effects, which is not directly supported by uncertainpy, as far as I have observed, but is closely related to the polynomial chaos expansions. (Please see Eq. (31) and (32) in the paper below: https://www.sciencedirect.com/science/article/abs/pii/S0951832015003324) Do you have an efficient way to implement this using uncertainpy or chaospy?

Thank you very much in advance.