Skip to content

Commit

Permalink
Update ekdist.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JJNewkirk authored Feb 27, 2025
1 parent 28740d5 commit dfb8d8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/univariate/continuous/ekdist.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module EKDistribution

export EKDist
"""
kumaraswamy(α,β,γ,l,u)
The exponentiated (scaled) kumaraswamy (EK) distribution is 5 paramter two of which are normalizing constants (l,u) to a range.
Expand Down Expand Up @@ -225,6 +222,3 @@ end

#= function entropy(d::EKDist) μ # In paper but not sure if is the expected form of entropy for package.
end =#

#end modeule EKDist
end

0 comments on commit dfb8d8a

Please sign in to comment.