From dfb8d8a566fc3cb8044c178fc859f510fdc4a5bd Mon Sep 17 00:00:00 2001 From: JJNewkirk Date: Thu, 27 Feb 2025 10:31:39 -0600 Subject: [PATCH] Update ekdist.jl --- src/univariate/continuous/ekdist.jl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/univariate/continuous/ekdist.jl b/src/univariate/continuous/ekdist.jl index b6860bdef..68db7fe87 100644 --- a/src/univariate/continuous/ekdist.jl +++ b/src/univariate/continuous/ekdist.jl @@ -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. @@ -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 \ No newline at end of file