Commit Graph

316 Commits (6a8f21d33072179d382e547fa91b317695599363)
 

Author SHA1 Message Date
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
Per.Andreas.Brodtkorb e1ed205bd2 Added cdfnorm2d and prbnorm2d + tests
Per.Andreas.Brodtkorb d70f75a3cf Moved mvn.pyf and mvndst.f to source/mvn directory + added the build script for it
Per.Andreas.Brodtkorb 4a8332d3a4 Added default plot_args and plot_args_children to WafoData
Per.Andreas.Brodtkorb e2793d38c7 Added more test to test/test_misc.py and test/test_gaussian.py
Per.Andreas.Brodtkorb 3623d76102 Removed reference to ppimport
Per.Andreas.Brodtkorb 4e40a3e5a9 Deleted ppimport.py
Per.Andreas.Brodtkorb 6a52138492 Added tests for misc.py