Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/concepts/estimators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ or to rank ligands by affinity, we need absolute free energies (:math:`\Delta G`

This requires an **estimator**: a method that takes the network of relative free energies and produces absolute values.

Custom estimators can be added by subclassing :class:`cinnabar.estimators.Estimator` and passing an instance to
:meth:`cinnabar.femap.FEMap.generate_absolute_values`. For a worked example, see the
:doc:`custom estimator tutorial <../tutorials/custom-estimator>`.


Maximum Likelihood Estimation (MLE)
-----------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/custom-estimator.ipynb
1 change: 1 addition & 0 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ API Tutorials
:maxdepth: 1

cinnabar-api
custom-estimator
calculating-metrics
ecdf-plots
cycle-closure
Loading