Skip to content

Commit

Permalink
Added features
Browse files Browse the repository at this point in the history
Added an option for estimation using the IFFT approximation of the likelihood, rather than the exact value, and added suprapercentile mean calculations to model output.
  • Loading branch information
AlexStead committed Nov 25, 2024
1 parent 57f92e9 commit 61d69e9
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 87 deletions.
3 changes: 2 additions & 1 deletion fronpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
]

from .funcs import estimate
from .funcs import dataset
from .funcs import dataset
from .funcs import meanefficiency
Binary file modified fronpy/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified fronpy/__pycache__/funcs.cpython-311.pyc
Binary file not shown.
Loading

0 comments on commit 61d69e9

Please sign in to comment.