Skip to content

Commit 8746e33

Browse files
authored
adds Jeffreys prior to Priors enum and updates submodule (RascalSoftware#139)
* added jeffreys to enum * update submodule
1 parent 3148cfb commit 8746e33

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RATapi/utils/enums.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ class Priors(RATEnum):
172172
"""A Gaussian distribution centred on the parameter value,
173173
with shape defined by ``mu`` and ``sigma`` for the parameter."""
174174

175+
Jeffreys = "jeffreys"
176+
"""A Jeffreys' prior distribution over the parameter range."""
177+
175178

176179
# Project
177180
class Calculations(RATEnum):

cpp/RAT

Submodule RAT updated 527 files

0 commit comments

Comments
 (0)