-
Dear Joanthan,
Thank you very much at first implementing a nice and reliable tool.
I started to learn uncertainty quantification recently and accessed to chaospy through the Uncertainpy package.
…
-
Hi,
First of all, thanks for this amazing software, it is being very useful for my work!
My question regards the error (L2 norm) in the approximation of a quantity of interest by a polynomial e…
cepez updated
7 years ago
-
Hello,
I would like to know if it was possible to use chaospy with discrete variables in the model.
Greetings
-
Hello again,
I just want to share a piece of code and discuss the problem. I believe this is not actually a bug but rather a property of the method, but I am not completely sure.
Basically the c…
-
The (docstring) examples for `cp.orth_svd`, `cp.orth_pcd`, and `cp.orth_hybrid` don't work for me.
```
In [1]: import chaospy as cp
In [2]: Z = cp.Normal()
In [3]: print cp.orth_pcd(2, Z)
-----------…