jonathf / chaospy

Chaospy - Toolbox for performing uncertainty quantification.
https://chaospy.readthedocs.io/
MIT License
445 stars 87 forks source link

Hi,jonathf. It seems that this function "cp.orth_ttr" is not available in the latest chaospy version. Isn't it? Glad for your reply! #385

Closed lihy213 closed 2 years ago

lihy213 commented 2 years ago

The first argument order which you have set to 1, can also receive a vector determining the order along each axis. The length of the vector has to be the same as the number of dimensions in the distribution though.

If you also want to stronger or weaker hyperbolic cross-trunction (e.g. prefer cross-terms over non-cross-terms or vice versa), use the flag cross_truncation.

Originally posted by @jonathf in https://github.com/jonathf/chaospy/issues/95#issuecomment-447352539