Skip to content

Commit 1ddb09b

Browse files
authored
Add typical support region
2 parents 91c3eaa + d49d2dc commit 1ddb09b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/normal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def parameters(self):
4141

4242
@property
4343
def support(self):
44-
return {"endpoints": (-np.inf, np.inf)}
44+
return {"endpoints": (-np.inf, np.inf), "typical": (-1, 1)}
4545

4646
def logpdf(self, x, *, mu, sigma):
4747
z = (x - mu) / sigma

0 commit comments

Comments
 (0)