Skip to content

Commit

Permalink
fixed support of dist in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasvillani committed Dec 29, 2023
1 parent bab5120 commit eaa71b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeneralizedBeta1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The density function is given by
```math
f(x) = \\frac{|γ|}{\\delta^{\\alpha\\gamma}\\mathrm{B}(\\alpha,\\beta)}
x^{\\alpha\\gamma - 1}(1 - (x/ \\delta)^ \\gamma)^{\\beta - 1}, \\quad 0 < x < 1
x^{\\alpha\\gamma - 1}(1 - (x/ \\delta)^ \\gamma)^{\\beta - 1}, \\quad 0 < x^\\gamma < \\delta^\\gamma
```
Expand Down

0 comments on commit eaa71b6

Please sign in to comment.