Skip to content

Commit

Permalink
add confidence interval module
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Oct 25, 2024
1 parent ec94590 commit b21a468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thicket/stats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from .preference import preference
from .distance import bhattacharyya_distance
from .distance import hellinger_distance
from .confidence_interval import confidence_interval


try:
Expand Down

0 comments on commit b21a468

Please sign in to comment.