We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91c3eaa + d49d2dc commit 1ddb09bCopy full SHA for 1ddb09b
1 file changed
src/normal/__init__.py
@@ -41,7 +41,7 @@ def parameters(self):
41
42
@property
43
def support(self):
44
- return {"endpoints": (-np.inf, np.inf)}
+ return {"endpoints": (-np.inf, np.inf), "typical": (-1, 1)}
45
46
def logpdf(self, x, *, mu, sigma):
47
z = (x - mu) / sigma
0 commit comments