We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d805835 commit 1d4ce89Copy full SHA for 1d4ce89
chaospy/expansion/frontend.py
@@ -80,7 +80,9 @@ def generate_expansion(
80
Use hyperbolic cross truncation scheme to reduce the number of
81
terms in expansion. only include terms where the exponents ``K``
82
satisfied the equation
83
- ``order >= sum(K**(1/cross_truncation))**cross_truncation``.
+ ``order >= sum(K**(1/cross_truncation))**cross_truncation``. Set to
84
+ ``np.inf`` to include all terms in a tensor product of marinalized
85
+ expansion. Set to 0, to not include any cross terms.
86
87
Returns:
88
(numpoly.ndpoly, numpy.ndarray):
0 commit comments