Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Jun 14, 2024
1 parent cfb6858 commit 317a197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/content/examples/function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Adaptive Implicit Maximum Likelihood Estimator (AI-MLE) [#f8]_ use the adaptive
import pyepo
aimle = pyepo.func.implicitMLE(optmodel, n_samples=10, sigma=1.0, processes=2)
aimle = pyepo.func.adaptiveImplicitMLE(optmodel, n_samples=10, sigma=1.0, processes=2)
Expand Down

0 comments on commit 317a197

Please sign in to comment.