Skip to content

Commit

Permalink
Remove frechet_l and frechet_r deprecated [fixes #106].
Browse files Browse the repository at this point in the history
  • Loading branch information
Feras A. Saad committed Mar 10, 2021
1 parent f8890cc commit 9e6784f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,6 @@ class foldnorm(ContinuousReal):
dist = scipy.stats.foldnorm
def get_domain(self): return RealsPosLoc(self.kwargs)

class frechet_r(ContinuousReal):
"""A Frechet right (or Weibull minimum) continuous random variable."""
dist = scipy.stats.frechet_r
def get_domain(self): return RealsPosLoc(self.kwargs)

class frechet_l(ContinuousReal):
"""A Frechet left (or Weibull maximum) continuous random variable."""
dist = scipy.stats.frechet_l
def get_domain(self): return RealsNeg

class genlogistic(ContinuousReal):
"""A generalized logistic continuous random variable."""
dist = scipy.stats.genlogistic
Expand Down

0 comments on commit 9e6784f

Please sign in to comment.