Commit Graph

  • 49e5e9d6e4 Updated chapter scripts + small fixes elsewhere per.andreas.brodtkorb 2011-02-01 23:55:49 +0000
  • 62316ed499 misc fixes Per.Andreas.Brodtkorb 2011-02-01 15:02:41 +0000
  • 993d888af2 added fourier (not finished) added TurningPoints.rainflow_filter +translated some parts of chapter4.py Per.Andreas.Brodtkorb 2011-01-31 13:30:16 +0000
  • 478846ee01 Added TimeSeries.wave_parameters per.andreas.brodtkorb 2011-01-30 20:18:28 +0000
  • e2161e8696 Added wave_height_steepness method to TimeSeries class per.andreas.brodtkorb 2011-01-29 09:25:42 +0000
  • 843ddb90c4 Fixed a bug in LevelCrossings.trdata Added plotflag to Plotter_1d and WafoData. Otherwise small cosmetic fixes per.andreas.brodtkorb 2011-01-28 15:04:29 +0000
  • 5704928b44 Cosmetic fixes per.andreas.brodtkorb 2011-01-26 15:17:20 +0000
  • 67c005341d Fixed a bug in nlogps when ties occuring in the data. per.andreas.brodtkorb 2011-01-26 15:16:14 +0000
  • bb9a2392c9 Fixed a bug in SpecData1D.tocovdata per.andreas.brodtkorb 2011-01-25 14:55:44 +0000
  • 367774c292 Fixed some bugs per.andreas.brodtkorb 2011-01-25 14:47:39 +0000
  • 3de75c6a43 Added functionality to TimeSeries.trdata per.andreas.brodtkorb 2011-01-23 16:15:38 +0000
  • f5fcfce780 Updated some examples per.andreas.brodtkorb 2011-01-23 00:54:11 +0000
  • 0b71a79872 Div. updates Per.Andreas.Brodtkorb 2011-01-20 15:34:49 +0000
  • bb7b1de823 updated __all__ attributes in modules Per.Andreas.Brodtkorb 2011-01-19 15:11:27 +0000
  • 5dbc448368 Added tutorial_scripts per.andreas.brodtkorb 2011-01-18 06:54:23 +0000
  • 79bdce50fd updated distributions.py according to newest updates from scipy. Per.Andreas.Brodtkorb 2011-01-17 14:39:48 +0000
  • b93fa2bd68 bugfix in SpecData1D.sim_nl + updated doctests per.andreas.brodtkorb 2011-01-16 13:37:07 +0000
  • 25906cceb7 Small fixes per.andreas.brodtkorb 2011-01-04 06:43:02 +0000
  • a2a5a2a8be Added SpecData2D.moment per.andreas.brodtkorb 2011-01-03 22:21:41 +0000
  • af41d6bcb6 Small updates per.andreas.brodtkorb 2011-01-03 06:09:31 +0000
  • 0570d84923 added histgrm + small bugfixes per.andreas.brodtkorb 2010-12-27 22:32:05 +0000
  • 813a7c7b24 Small cosmetic fixes Per.Andreas.Brodtkorb 2010-12-14 12:32:02 +0000
  • 343f29a615 Updated test examples in kdetools.py + cosmetic fixes to the rest per.andreas.brodtkorb 2010-12-13 21:40:52 +0000
  • a61bd48a71 Added WafoData output of KDE. Added kde_demo1 and kde_demo2 per.andreas.brodtkorb 2010-12-08 00:48:42 +0000
  • 7f90024ede Added plotobject output to KDE class per.andreas.brodtkorb 2010-12-06 22:35:34 +0000
  • 1729997387 per.andreas.brodtkorb 2010-12-06 21:03:28 +0000
  • 171a0cd0c6 Made a baseclass _KDE for KDE and TKDE + updated tests Per.Andreas.Brodtkorb 2010-12-01 14:51:14 +0000
  • f8c543b94e updated kdetools.py per.andreas.brodtkorb 2010-12-01 06:32:48 +0000
  • 508c74421b Updated distributions.py Per.Andreas.Brodtkorb 2010-11-30 14:50:22 +0000
  • a2e91f6116 Added bitwise operators Per.Andreas.Brodtkorb 2010-11-29 16:06:12 +0000
  • c22d63b93f Fixed a bug in kde.eval_grid_fast + updated tests Per.Andreas.Brodtkorb 2010-11-29 16:04:48 +0000
  • 767cae0ed8 Small updates Per.Andreas.Brodtkorb 2010-11-29 11:14:01 +0000
  • 69dd04d787 Added KDE.eval_grid and KDE.eval_grid_fast per.andreas.brodtkorb 2010-11-29 06:44:36 +0000
  • 39023b0ef8 Small updates per.andreas.brodtkorb 2010-11-28 07:01:58 +0000
  • 111d6ce808 Added test_distributions.py updated test_estimation.py Per.Andreas.Brodtkorb 2010-11-23 08:45:25 +0000
  • 85792549d1 Small modifications per.andreas.brodtkorb 2010-11-23 06:42:37 +0000
  • 1484f9128e Updated example in TKDE per.andreas.brodtkorb 2010-11-22 13:23:57 +0000
  • b5835a7549 Fixed bugs in KDE Added TKDE + tests per.andreas.brodtkorb 2010-11-22 13:19:03 +0000
  • 51387dcb5d Small updates per.andreas.brodtkorb 2010-11-20 16:35:48 +0000
  • 4d8ba7aefc Added test for estimation.py per.andreas.brodtkorb 2010-11-19 23:47:13 +0000
  • f9968c709a Fixed Scipy-ticket #1131: ppf for Lognormal fails on array-like 'loc' or 'scale' Per.Andreas.Brodtkorb 2010-11-19 15:33:50 +0000
  • cc15a2b762 Small bugfix per.andreas.brodtkorb 2010-10-26 07:43:45 +0000
  • b581ec4051 Updated kdetools.py (but still not working correctly) Small cosmetic fixes to other files per.andreas.brodtkorb 2010-10-26 07:39:53 +0000
  • da9c0695d0 Fixed a bug in setup.py Added functions to __all__ variable in stats.core.py Per.Andreas.Brodtkorb 2010-10-13 14:50:45 +0000
  • 39d93a8f78 Added hessian_nlogps for more robust estimation of the covariance. Per.Andreas.Brodtkorb 2010-10-12 13:52:44 +0000
  • 0177714a8d Added the doctest again Per.Andreas.Brodtkorb 2010-10-06 12:14:50 +0000
  • 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 2010-10-06 12:11:22 +0000
  • e8ab556234 Mostly updated the documentation and validated the examples. Per.Andreas.Brodtkorb 2010-10-05 20:08:59 +0000
  • 9d10be02be Mainly updated the documentation Per.Andreas.Brodtkorb 2010-10-05 09:11:11 +0000
  • 51de2e3530 Added version generation to setup.py Simplified __init__.py files to avoid duplicate inclusion of wafo. Per.Andreas.Brodtkorb 2010-10-05 09:08:56 +0000
  • 71852984c7 Added more kernels Per.Andreas.Brodtkorb 2010-09-29 10:10:58 +0000
  • 83bda6890a Updated documentation Added more examples Added more tests Per.Andreas.Brodtkorb 2010-08-12 10:12:24 +0000
  • e1ed205bd2 Added cdfnorm2d and prbnorm2d + tests Per.Andreas.Brodtkorb 2010-07-19 08:15:37 +0000
  • d70f75a3cf Moved mvn.pyf and mvndst.f to source/mvn directory + added the build script for it Per.Andreas.Brodtkorb 2010-07-19 08:13:41 +0000
  • 4a8332d3a4 Added default plot_args and plot_args_children to WafoData Per.Andreas.Brodtkorb 2010-07-17 11:45:29 +0000
  • e2793d38c7 Added more test to test/test_misc.py and test/test_gaussian.py Per.Andreas.Brodtkorb 2010-07-17 11:44:32 +0000
  • 3623d76102 Removed reference to ppimport Per.Andreas.Brodtkorb 2010-07-15 11:28:47 +0000
  • 4e40a3e5a9 Deleted ppimport.py Per.Andreas.Brodtkorb 2010-07-15 11:25:29 +0000
  • 6a52138492 Added tests for misc.py Per.Andreas.Brodtkorb 2010-07-15 11:24:30 +0000
  • 43dedcda31 Added build_all and test_all scripts Per.Andreas.Brodtkorb 2010-07-15 10:15:10 +0000
  • df05bec641 Added functions to stats.core.py -reslife -extremal_idx -++ Improved estimation.py Per.Andreas.Brodtkorb 2010-07-15 09:57:53 +0000
  • a490e23e2f Deleted stats.plotbackend.py and test_ppimport.py Per.Andreas.Brodtkorb 2010-07-15 09:55:54 +0000
  • 205f94d0f8 Fixed a bug in findcross in c_functions.c Recompiled binaries for Windows xp 32bit Per.Andreas.Brodtkorb 2010-07-15 09:54:41 +0000
  • 24360c33f8 Updated distributions.py so it is in accordance with scipy.stats.distributions.py Per.Andreas.Brodtkorb 2010-07-12 15:59:57 +0000
  • e77fc13a66 Revised the setup script Per.Andreas.Brodtkorb 2010-07-12 15:58:23 +0000
  • b2c5aa8c00 Added build_all.py that compiles all f2py extensions WAFO now works! Per.Andreas.Brodtkorb 2010-07-09 18:26:23 +0000
  • 93b6da97c0 Updated SpecData1D.sim_nl doctest example Per.Andreas.Brodtkorb 2010-04-01 09:45:03 +0000
  • acab68c0a1 Small enhancements -Added trdata method to TimeSeries class -Added TrLinear class to transform/models.py -Added more doctest examples to spectrum/core.py Per.Andreas.Brodtkorb 2010-04-01 09:07:13 +0000
  • da96ab184a Added ppimport.py Small bugfix to estimation.py and distributions.py Per.Andreas.Brodtkorb 2010-03-29 13:34:21 +0000
  • 652bf4981d Per.Andreas.Brodtkorb 2010-03-24 15:28:31 +0000
  • 4d338e15ce Added wafo.stats + small fixes Per.Andreas.Brodtkorb 2010-03-19 14:03:31 +0000
  • d0c62a08fa Small bugfixes Per.Andreas.Brodtkorb 2010-03-16 12:51:11 +0000
  • d0b1e917ce Reorganized again Per.Andreas.Brodtkorb 2010-03-07 22:45:25 +0000
  • d7a654d89b Reorganiced pywafo Per.Andreas.Brodtkorb 2010-03-07 22:34:08 +0000
  • 6f5bcd9eed Initial import of original WAFO code. daviddrazen 2010-02-22 03:36:58 +0000