Skip to content

Commit

Permalink
Add warning to MLE with GEV
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Apr 28, 2018
1 parent 35a1af6 commit e0074c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fitting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Fit distribution `D` to maxima `m` with constrained maximum
likelihood estimation.
"""
function fit_mle(::Type{GeneralizedExtremeValue}, bm::BlockMaxima)
# retrive maxima values
warn("fitting GEV not fully implemented/tested, sorry!")
# retrieve maxima values
x = collect(bm)
n = length(x)

Expand Down

0 comments on commit e0074c1

Please sign in to comment.