You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Per A Brodtkorb 8b4e4dae57 Made code python 3 compatible:
Replaced round with numpy.round
replaced map with list-comprehension
10 years ago
..
tests Added _util.py + fixed a bug in test_fit.py 10 years ago
__init__.py Added absolute_import 10 years ago
_constants.py Simplified wafo.stats: 10 years ago
_continuous_distns.py Simplified wafo.stats: 10 years ago
_discrete_distns.py Simplified wafo.stats: 10 years ago
_distn_infrastructure.py Small refactoring FitDistribution 10 years ago
_distr_params.py Simplified wafo.stats: 10 years ago
_numpy_compat.py Merge pull request #10 from ocefpaf/scipy 10 years ago
_util.py Added _util.py + fixed a bug in test_fit.py 10 years ago
core.py move directory structure up, change root to: pywafo/src/* > wafo/* 10 years ago
distributions.py Simplified wafo.stats: 10 years ago
estimation.py Made code python 3 compatible: 10 years ago