Skip to content

Commit

Permalink
Update nd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bencrts authored Sep 25, 2024
1 parent a36e4e7 commit 93451bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion estimator/nd.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ def TUniform(b, n=None):
>>> from estimator.nd import NoiseDistribution as ND
>>> ND.TUniform(0)
>>> ND.Uniform(10)
D(σ=0.58)
>>> ND.Uniform(4)
D(σ=9.24)
"""
if b < 0:
Expand Down

0 comments on commit 93451bf

Please sign in to comment.