Skip to content

Commit b62ffb0

Browse files
committed
export MAP and MLE too
1 parent 35f0af2 commit b62ffb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimisation/Optimisation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using StatsAPI: StatsAPI
1818
using Statistics: Statistics
1919
using LinearAlgebra: LinearAlgebra
2020

21-
export maximum_a_posteriori, maximum_likelihood
21+
export maximum_a_posteriori, maximum_likelihood, MAP, MLE
2222

2323
"""
2424
ModeEstimator

0 commit comments

Comments
 (0)