Skip to content

Commit 667e994

Browse files
farhanreynaldoricardoV94
authored andcommitted
reorder logp params in skew normal
1 parent e8c26d4 commit 667e994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3193,7 +3193,7 @@ def dist(cls, alpha=1, mu=0.0, sigma=None, tau=None, sd=None, *args, **kwargs):
31933193

31943194
return super().dist([mu, sigma, alpha], *args, **kwargs)
31953195

3196-
def logp(value, alpha, mu, sigma):
3196+
def logp(value, mu, sigma, alpha):
31973197
"""
31983198
Calculate log-probability of SkewNormal distribution at specified value.
31993199

0 commit comments

Comments
 (0)