Commit Graph

473 Commits (567ad796657a76120ac3d8c28254e83af7ff87d4)
 

Author SHA1 Message Date
Per.Andreas.Brodtkorb 993d888af2 added fourier (not finished)
added TurningPoints.rainflow_filter
+translated some parts of chapter4.py
per.andreas.brodtkorb 478846ee01 Added TimeSeries.wave_parameters
per.andreas.brodtkorb e2161e8696 Added wave_height_steepness method to TimeSeries class
per.andreas.brodtkorb 843ddb90c4 Fixed a bug in LevelCrossings.trdata
Added plotflag to Plotter_1d and WafoData.
Otherwise small cosmetic fixes
per.andreas.brodtkorb 5704928b44 Cosmetic fixes
per.andreas.brodtkorb 67c005341d Fixed a bug in nlogps when ties occuring in the data.
per.andreas.brodtkorb bb9a2392c9 Fixed a bug in SpecData1D.tocovdata
per.andreas.brodtkorb 367774c292 Fixed some bugs
per.andreas.brodtkorb 3de75c6a43 Added functionality to TimeSeries.trdata
per.andreas.brodtkorb f5fcfce780 Updated some examples
Per.Andreas.Brodtkorb 0b71a79872 Div. updates
Per.Andreas.Brodtkorb bb7b1de823 updated __all__ attributes in modules
per.andreas.brodtkorb 5dbc448368 Added tutorial_scripts
Per.Andreas.Brodtkorb 79bdce50fd updated distributions.py according to newest updates from scipy.
per.andreas.brodtkorb b93fa2bd68 bugfix in SpecData1D.sim_nl + updated doctests
per.andreas.brodtkorb 25906cceb7 Small fixes
per.andreas.brodtkorb a2a5a2a8be Added SpecData2D.moment
per.andreas.brodtkorb af41d6bcb6 Small updates
per.andreas.brodtkorb 0570d84923 added histgrm + small bugfixes
Per.Andreas.Brodtkorb 813a7c7b24 Small cosmetic fixes
per.andreas.brodtkorb 343f29a615 Updated test examples in kdetools.py
+ cosmetic fixes to the rest
per.andreas.brodtkorb a61bd48a71 Added WafoData output of KDE.
Added kde_demo1 and kde_demo2
per.andreas.brodtkorb 7f90024ede Added plotobject output to KDE class
per.andreas.brodtkorb 1729997387
Per.Andreas.Brodtkorb 171a0cd0c6 Made a baseclass _KDE for KDE and TKDE + updated tests
per.andreas.brodtkorb f8c543b94e updated kdetools.py
Per.Andreas.Brodtkorb 508c74421b Updated distributions.py
Per.Andreas.Brodtkorb a2e91f6116 Added bitwise operators
Per.Andreas.Brodtkorb c22d63b93f Fixed a bug in kde.eval_grid_fast + updated tests
Per.Andreas.Brodtkorb 767cae0ed8 Small updates
per.andreas.brodtkorb 69dd04d787 Added KDE.eval_grid and KDE.eval_grid_fast
per.andreas.brodtkorb 39023b0ef8 Small updates
Per.Andreas.Brodtkorb 111d6ce808 Added test_distributions.py
updated test_estimation.py
per.andreas.brodtkorb 85792549d1 Small modifications
per.andreas.brodtkorb 1484f9128e Updated example in TKDE
per.andreas.brodtkorb b5835a7549 Fixed bugs in KDE
Added TKDE + tests
per.andreas.brodtkorb 51387dcb5d Small updates
per.andreas.brodtkorb 4d8ba7aefc Added test for estimation.py
Per.Andreas.Brodtkorb f9968c709a Fixed Scipy-ticket : ppf for Lognormal fails on array-like 'loc' or 'scale'
per.andreas.brodtkorb cc15a2b762 Small bugfix
per.andreas.brodtkorb b581ec4051 Updated kdetools.py (but still not working correctly)
Small cosmetic fixes to other files
Per.Andreas.Brodtkorb da9c0695d0 Fixed a bug in setup.py
Added functions to __all__ variable in stats.core.py
Per.Andreas.Brodtkorb 39d93a8f78 Added hessian_nlogps for more robust estimation of the covariance.
Per.Andreas.Brodtkorb 0177714a8d Added the doctest again
Per.Andreas.Brodtkorb db8e835b51 Fixed bugs in:
link method of frechet_r_gen class
_reduce_func method of rv_continuous and FitDistribution classes 
_myprbfun method in Profile class
Per.Andreas.Brodtkorb e8ab556234 Mostly updated the documentation and validated the examples.
Per.Andreas.Brodtkorb 9d10be02be Mainly updated the documentation
Per.Andreas.Brodtkorb 51de2e3530 Added version generation to setup.py
Simplified __init__.py files to avoid duplicate inclusion of wafo.
Per.Andreas.Brodtkorb 71852984c7 Added more kernels
Per.Andreas.Brodtkorb 83bda6890a Updated documentation
Added more examples
Added more tests