Commit Graph

640 Commits (bccec403592c9f9328ec3c0e6fc864aafd71b024)
 

Author SHA1 Message Date
Per A Brodtkorb ccbc64a558 Replaced call to PiecewisePolynomial with BPoly
Per A Brodtkorb 876c869551 Refactored to decrease cyclomatic complexity
Per A Brodtkorb f04fb14dc6 Simplified code.
Per A Brodtkorb 29e1aed0ca pep8
Per A Brodtkorb a122fc5c56 fixed failing doctest
Per A Brodtkorb 96828915c8 Fixed bugs in unittests
Per A Brodtkorb 0a96a74e73 Fixed a bug in doctest
Per A Brodtkorb bd4265bc18 Added tutorial_init.py and moved rainflow_example to tutorial scripts
Per A Brodtkorb 796a5e6d8b Updated docs in header
Per A Brodtkorb 4f90672e6a Small fixes
Per A Brodtkorb 1e285749b7 Removed unused code. Refactored some code
Per A Brodtkorb f112d95b97 Simplified bandwith and dof calculation
pbrod 31b61e2117 pep8
pbrod e17d08fa61 Fixed a bug and added more tests
pbrod d6a5d0e807 replace `not ... is` with `is not` + renamed misspelled test
pbrod 29ab5007a7 Fixed a bug on comput_cov
pbrod 436a9f9ba9 pep8
pbrod 00f3ce12d8 pep8
pbrod e7d541400e Fixed a bug in ProfileQuantile and ProfileProbability
pbrod b0ef188cf3 Try to silence optimizer.
pbrod b43b6dd445 Updated linkts again
pbrod 6626d3b6c8 Updated links
pbrod b3ec862cbf Added rainflow_example.py
pbrod 10f942aea7 Added Getting started section to readme.
pbrod 2c90a05f80 Updates
Per A Brodtkorb eca5368f75 Updated stats
pbrod 8337b60531 Fixed a bug in histogram
pbrod c8a62ddbf0 Small fix
pbrod 9c0e598240 updated link functions.
pbrod 3e08ffb25e Updated doctest
pbrod 2b69128bd1 Fixed doctest again
pbrod 8ba9e7e1a2 Merge branch 'master' of https://github.com/wafo-project/pywafo.git
Conflicts:
	wafo/spectrum/core.py
pbrod 55d0930a4e Small update
pbrod a7cb4adc2d Fixed failing doctest
Per A Brodtkorb 89b37b64dd Fixed a failing doctest. Reorganized _penalized_nnlf
pbrod b88a141d54 Added link functions to genextreme, exponweib
pbrod cced4aeb0b Merge branch 'master' of https://github.com/wafo-project/pywafo.git
Per A Brodtkorb f8d1afb93b Moved all links to estimation.py
pbrod 9a87ed63b7 Small updates
Per A Brodtkorb 59186edfd6 Improved accuracy and avoids some runtime warnings.
Per A Brodtkorb 0750bdd94b Removed runtime warnings
Per A Brodtkorb aeed49139b Upated wafo.stats
pbrod 939f2c7252 updated doctests
pbrod 58a3b9793f Updated doctests
pbrod 9addf9f855 Fixed cmat2nt for kind=1
pbrod 790e21f1f4 Added more doctests
pbrod c7ec169ada Fixed doctest
pbrod 57d6f2ca8c Fixeing doctests
pbrod e09659cdcb Added doctests to stirlerr
pbrod cce6c435a8 Fixed some python 3 issues