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 ae46d75 commit ddea3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estimator/nd.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def TUniform(b, n=None):
>>> from estimator.nd import NoiseDistribution as ND
>>> ND.TUniform(0)
D(σ=0.58)
>>> ND.Uniform(4)
>>> ND.TUniform(4)
D(σ=9.24)
"""
Expand Down

0 comments on commit ddea3cb

Please sign in to comment.