Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Sep 13, 2024
1 parent 2c3ac40 commit c405183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gluonts/torch/distributions/generalized_pareto.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

class GeneralizedPareto(Distribution):
r"""
Creates a Generalized Pareto distribution parameterized by :attr:`loc`, :attr:`scale`, and :attr:`concentration`.
Creates a Generalized Pareto distribution parameterized by :attr:`loc`,
:attr:`scale`, and :attr:`concentration`.
The Generalized Pareto distribution is a family of continuous probability distributions on the real line.
Special cases include Exponential (when :attr:`loc` = 0, :attr:`concentration` = 0), Pareto (when :attr:`concentration` > 0,
Expand Down

0 comments on commit c405183

Please sign in to comment.