55 Commits (4857456b8a6f0e2e2fc212e3b47f4756c16ba4bd)

Author SHA1 Message Date
Per A Brodtkorb a263988888 Added lfind to misc.py
Replaced call to valarray with np.full
Refactored code from detrendma into a new function moving_average.
Made doctests more robust.
pep8
6 years ago
Per A Brodtkorb 07bcbde53b pep8 8 years ago
Per A Brodtkorb 2c5fdeda83 Simplified codebase 8 years ago
Per A Brodtkorb 1bbf993e69 pep8 8 years ago
Per A Brodtkorb 8bd3f77ec2 Simplified _genextreme_link + pep8 8 years ago
Per A Brodtkorb 5a7d739721 pep8 8 years ago
pbrod 20e4e0652a Replaced string interpolation operator with 'format()' 8 years ago
pbrod 8f5d0495af Reduced complexity of _compute_cov 8 years ago
pbrod dcd3db4658 Removed duplicated code. 8 years ago
pbrod 71b1ca0a17 Merge branch 'master' of https://github.com/wafo-project/pywafo 8 years ago
pbrod 627b708377 Simplified code 8 years ago
pbrod 71aa680fdd Simplified code 8 years ago
Per A Brodtkorb 267c3cb62d Refactored _reduce_func 8 years ago
Per A Brodtkorb 9205e1b19d Refactored to simplify 8 years ago
Per A Brodtkorb e6ed2f4d3f Simplified things. 8 years ago
pbrod 460ae6f819 Fixed a bug 8 years ago
pbrod 499a400490 Fixed a bug 8 years ago
pbrod 649cd0fba2 Ongoing work to simplify estimation 8 years ago
pbrod 91c0a2fd78 Simplified _nlogps 8 years ago
Per A Brodtkorb 9d37eb4f67 updated doctests + fitting 8 years ago
Per A Brodtkorb f69683428a pep8 + added option for plotting confidence interval in plotesf 8 years ago
Per A Brodtkorb deef6c4994 Added doctest to check_random_state and added ci_quantile and ci_sf to FitDistribution 8 years ago
Per A Brodtkorb e6ad37f3cf Try to fix numba_misc.py 8 years ago
Per A Brodtkorb 094c73f2f8 Added numba_misc.py 8 years ago
Per A Brodtkorb 5b377c83cf Replaced method with a function call 8 years ago
pbrod d6a5d0e807 replace `not ... is` with `is not` + renamed misspelled test 9 years ago
pbrod 29ab5007a7 Fixed a bug on comput_cov 9 years ago
pbrod 436a9f9ba9 pep8 9 years ago
pbrod 00f3ce12d8 pep8 9 years ago
pbrod e7d541400e Fixed a bug in ProfileQuantile and ProfileProbability 9 years ago
pbrod b0ef188cf3 Try to silence optimizer. 9 years ago
Per A Brodtkorb eca5368f75 Updated stats 9 years ago
pbrod 9c0e598240 updated link functions. 9 years ago
pbrod 8ba9e7e1a2 Merge branch 'master' of https://github.com/wafo-project/pywafo.git
Conflicts:
	wafo/spectrum/core.py
9 years ago
pbrod 55d0930a4e Small update 9 years ago
Per A Brodtkorb 89b37b64dd Fixed a failing doctest. Reorganized _penalized_nnlf 9 years ago
pbrod b88a141d54 Added link functions to genextreme, exponweib 9 years ago
pbrod cced4aeb0b Merge branch 'master' of https://github.com/wafo-project/pywafo.git 9 years ago
Per A Brodtkorb f8d1afb93b Moved all links to estimation.py 9 years ago
pbrod 9a87ed63b7 Small updates 9 years ago
Per A Brodtkorb 59186edfd6 Improved accuracy and avoids some runtime warnings. 9 years ago
Per A Brodtkorb 0750bdd94b Removed runtime warnings 9 years ago
Per A Brodtkorb aeed49139b Upated wafo.stats 9 years ago
Per A Brodtkorb 884a5588ba Deleted misc.hypgf function
refactored:
 misc.findoutliers
objects.TimeSeries.wave_periods
9 years ago
Per A Brodtkorb 9522c6c24f Cleanup of code 9 years ago
Per A Brodtkorb 8b4e4dae57 Made code python 3 compatible:
Replaced round with numpy.round
replaced map with list-comprehension
9 years ago
Per A Brodtkorb cef998d962 made code python 3 compatible:
Replaced xrange with range
Replaced map with list comprehension
9 years ago
Per A Brodtkorb cd7b75b184 Added absolute_import
pep c_functions.c
9 years ago
Per A Brodtkorb 8fe60a970f Small refactoring FitDistribution 9 years ago
Per A Brodtkorb df78c0e728 Added _util.py + fixed a bug in test_fit.py 9 years ago