Skip to content

Commit f0343da

Browse files
committed
add truncnorm to dist.__all__
1 parent b53bcf0 commit f0343da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

paramnormal/dist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,4 +933,5 @@ def fit(cls, data, **guesses):
933933
'pareto',
934934
'exponential',
935935
'rice',
936+
'truncated_normal',
936937
]

0 commit comments

Comments
 (0)