Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions RATapi/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ class Priors(RATEnum):
"""A Gaussian distribution centred on the parameter value,
with shape defined by ``mu`` and ``sigma`` for the parameter."""

Jeffreys = "jeffreys"
"""A Jeffreys' prior distribution over the parameter range."""


# Project
class Calculations(RATEnum):
Expand Down
2 changes: 1 addition & 1 deletion cpp/RAT
Submodule RAT updated 527 files