Skip to content
Snippets Groups Projects
Commit 0a39c9e8 authored by Philipp Arras's avatar Philipp Arras
Browse files

Set standard for delta

parent d0d2abd8
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ from ..sugar import makeOp
class InverseGammaModel(Operator):
def __init__(self, domain, alpha, q, delta):
def __init__(self, domain, alpha, q, delta=0.001):
"""Model which transforms a Gaussian into an inverse gamma distribution.
The pdf of the inverse gamma distribution is defined as follows:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment