Commit Graph

334 Commits (2677537948e7aa552a9214ebc0b6857809a4861d)

Author SHA1 Message Date
Per A Brodtkorb 7501f69262 Simplified further.
Per A Brodtkorb 9aa06ef075 Simplified code further..
Per A Brodtkorb dbb58b39e7 Replaced tabs with spaces
Per A Brodtkorb e86768d48e Replaced instance methods with static methods + lower case method names.
Per A Brodtkorb 675392e6ad Removed obsolete code
Per A Brodtkorb 3b82564131 Added tests + fixed pep8
pbrod 0460dd4fb7 Simplified TKDE class
pbrod 01d01144bb Fixed failing test.
Per A Brodtkorb a1dadb3f34 Updated doctests
Per A Brodtkorb 500aff71c6 added more tests and simplified things..
Per A Brodtkorb 9e6a79d24d Moved test_kdetools.py to wafo.kdetools.tests
Per A Brodtkorb e77eb3e7a8 Removed obsolete code
Per A Brodtkorb 4f6bce3b1b Simplified TKDE._eval_grid_fast
Per A Brodtkorb 8340fe5d76 Simplified _eval_grid_fast
Per A Brodtkorb 69a96271f8 Updated failing doctests.
Per A Brodtkorb 32d60cca6f Simplified code further..
pbrod df80ac04c0 Refactored code in _get_g
pbrod fb26972756 Refactored code into _estimate_psi function
Per A Brodtkorb 64fed7f72e Removed obsolete variable
Per A Brodtkorb 85ca3ad216 Refactored duplicated code into a _estimate_psi function
Per A Brodtkorb 063a5a3ca7 Simplified fixed_point
Per A Brodtkorb 526d0e896f Simplified Kernel
Per A Brodtkorb b0ad9c7438 Simplified _hmns_scale
Per A Brodtkorb 669fadc9a5 fixed a bug in Kernel.name and simplified glevels and made it general.
Per A Brodtkorb 40bfa22d46 pep8
Per A Brodtkorb ea2591d89d Reduced the complexity of accum
Per A Brodtkorb 110d3df086 Simplified gridcount
Per A Brodtkorb 8140ec785b Fixed failing doctests
Per A Brodtkorb 67e15d7c8c Refactored kdetools.py into a subpackage. Simplified and removed obsolete code.
Per A Brodtkorb 12414e46e2 Added dst, idst, dstn and idstn
Per A Brodtkorb a1dbe3bbfb Fixed failing test.
Per A Brodtkorb 0b09aa4b64 Small refactoring
Per A Brodtkorb 23ee2d444f Fixed a bug in detrendma and mctp2tc
Per A Brodtkorb 83453ca0d2 Simplified out of bound check in mctp2tc
Per A Brodtkorb 59df510f0a Reduced cyclomatic complexity in mctp2tc
Per A Brodtkorb afc11e9852 Removed similar code
Per A Brodtkorb 721d688b55 Removed unreachable code
Per A Brodtkorb a44dd995cf Removed duplication
Per A Brodtkorb 08c5b78eb4 Small bug
Per A Brodtkorb d2d3fc1fee Reduced cyclomatic complexity
Per A Brodtkorb 54b1d1d62c Small refactoring
Per A Brodtkorb 567ad79665 pep8
Per A Brodtkorb 97944d0527 Reduced the cyclomatic complexity. Added more doctests
Per A Brodtkorb 23e3c5f29b Refactrored poly2str and poly2hstr
Per A Brodtkorb dfae5bf3d7 Avoid `None` as a redundant second argument to `dict.get()
Per A Brodtkorb 601b282ca0 Updated doctests
Per A Brodtkorb 838675a55b pep8
Per A Brodtkorb 9d37eb4f67 updated doctests + fitting
Per A Brodtkorb f69683428a pep8 + added option for plotting confidence interval in plotesf
Per A Brodtkorb deef6c4994 Added doctest to check_random_state and added ci_quantile and ci_sf to FitDistribution
Per A Brodtkorb e6ad37f3cf Try to fix numba_misc.py
Per A Brodtkorb 094c73f2f8 Added numba_misc.py
Per A Brodtkorb 15a0887772 Replace dict.keys() with list(dict) in order to make it python 3 compatible.
Per A Brodtkorb 3a2aad25f1 Removed plotting
Per A Brodtkorb 8eaf4c4716 Updated failing test.
Per A Brodtkorb 5da3701f5e Fixed a bug in TransformEstimator
Per A Brodtkorb 3961bedcbb Updated test_integrate_oscillating.py
Per A Brodtkorb 233af37280 Added check for TypeError
Bo Zhang @NAOC 61db4bec26 turn nd into int
nd will be passed to zeros(), which only accepts int
Per A Brodtkorb 30bf392f80 Replaced methods with function calls
Per A Brodtkorb b580973e24 Replaced methods with function calls
Per A Brodtkorb 5b377c83cf Replaced method with a function call
Per A Brodtkorb 435a6e99a2 Replaced method with a static function
Per A Brodtkorb e3aa08a140 Fixed failed test
Per A Brodtkorb b0d9157308 Removed duplicated code
Per A Brodtkorb 931dfd280b Removed unused variables
Per A Brodtkorb 082835478e Removed duplicated code
Per A Brodtkorb 311437f05c Replaced methods with functions.
Per A Brodtkorb e287f3b5d5 Simplified getshipchar
Per A Brodtkorb 2eac870eeb Updated doctest + codestyle
Per A Brodtkorb d5f440f5bf Misc bug-fixes
Per A Brodtkorb 5d26fa9b21 Added test_containers.py + fixed some codestyle issues
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 b3ec862cbf Added rainflow_example.py
pbrod 2c90a05f80 Updates
Per A Brodtkorb eca5368f75 Updated stats
pbrod 8337b60531 Fixed a bug in histogram
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
Per A Brodtkorb 790c32757b Added doctests....
Per A Brodtkorb a8d66ebeea Added test to lazywhere + pep8 on polynomial
pbrod 46d18708e4 Fixed doctests
pbrod 2e1ace8a5f Fixed doctests
pbrod 7f388a43fc added nt2cmat and cmat2nt
pbrod 3df0cf212d pep8 + fixed failing doctest
pbrod afc61e4fc5 updated spectrum.core
pbrod f091a08651 fixed doctest
pbrod 3f187c6a17 Fixed doctests
pbrod 0d7ef88fae Small update
pbrod 0332c44562 updated .travis.yml
pbrod b9fd1d2c40 updated doctest
pbrod 29dd646091 updated doctests
pbrod 3bff71dfdd updated doctests
pbrod 33367e4c71 Updated doctests
pbrod 6f67e46cb6 Updated doctests
pbrod 7b354864c4 updated doctests
pbrod b7ce91334e Small updates
pbrod 9964d2437b added import of pil in .travis, removed plots
pbrod a855fcb0e9 Fixed doctests
pbrod 9a2990e463 Fixed doctests
pbrod 6962f3a52f Fixed a bug in kdetools
pbrod 030a8d0a79 Added MSO.py and MSPPT.py to collect_ignore
pbrod ead204e4fd Fixed some tests
Per A Brodtkorb 7cc503f0ba Added more options to setup.cfg
Per A Brodtkorb e5a325d024 Merge branch 'master' of https://github.com/wafo-project/pywafo
# Conflicts:
#	wafo/misc.py
Per A Brodtkorb af1a9ac832 small updates
pbrod 6281d6fb09 added integrate ocscilating + added doctest to .travis
pbrod f8edea49d5 Fixed failing test for piecewise
pbrod 9d5c4adb64 Small fix
pbrod d04c28df0d Merge branch 'master' of https://github.com/wafo-project/pywafo.git
pbrod c4e5bfd66a Deleted namedtuple, fixed bug in piecewise