Skip to content

Commit e0074c1

Browse files
committed
Add warning to MLE with GEV
1 parent 35a1af6 commit e0074c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fitting.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Fit distribution `D` to maxima `m` with constrained maximum
1010
likelihood estimation.
1111
"""
1212
function fit_mle(::Type{GeneralizedExtremeValue}, bm::BlockMaxima)
13-
# retrive maxima values
13+
warn("fitting GEV not fully implemented/tested, sorry!")
14+
# retrieve maxima values
1415
x = collect(bm)
1516
n = length(x)
1617

0 commit comments

Comments
 (0)