Skip to content

Commit

Permalink
Update of Hyperbolic description
Browse files Browse the repository at this point in the history
  • Loading branch information
NovakLBUT authored Apr 8, 2022
1 parent f7782b2 commit 43401f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class HyperbolicBasis(PolynomialBasis):

def __init__(self, distributions: Union[Distribution, list[Distribution]], max_degree: int, hyperbolic: float = 1):
"""
Create hyperbolic from total-degree polynomial basis.
Create hyperbolic set from total-degree polynomial basis set.
:param distributions: List of univariate distributions.
:param max_degree: Maximum polynomial degree of the 1D chaos polynomials.
:param hyperbolic: Parameter of hyperbolic truncation reducing interaction terms <0,1>
Expand Down

0 comments on commit 43401f7

Please sign in to comment.