d292a14330Added SavitzkyGolay class to sg_filter.py Refined confidence intervals in kreg_demo2 in kdetools.py
Per.Andreas.Brodtkorb
2011-12-23 14:12:41 +0000
1cdcb0d632work in progress
per.andreas.brodtkorb
2011-12-23 01:29:22 +0000
f6c3219870Better confidence interval in kreg_demo2
Per.Andreas.Brodtkorb
2011-12-22 15:44:57 +0000
ef856af7aeCompleted smoothn. Tested on 3 examples and works OK.
per.andreas.brodtkorb
2011-12-22 02:16:49 +0000
d20cb4dac1Updates to smoothn
per.andreas.brodtkorb
2011-12-15 06:54:20 +0000
dd0c86e59bAdded savitzky_golay savitzky_golay_piecewise sgolay2d Added evar Added some work in progress
Per.Andreas.Brodtkorb
2011-12-07 19:21:15 +0000
65101025d7Added CI to kreg_demo2
per.andreas.brodtkorb
2011-12-07 01:37:00 +0000
663636eeceFixed a bug in KRegression
Per.Andreas.Brodtkorb
2011-12-06 16:22:19 +0000
214d467939Added improved Sheater-Jones plugin estimate of the smoothing parameter Replaced dct and idct with a call to the ones in scipy.fftpack. Added n-dimensional version dctn and idctn to dctpack.py
Per.Andreas.Brodtkorb
2011-11-24 15:39:41 +0000
676d30b822Added dctn and idctn
Per.Andreas.Brodtkorb
2011-11-23 16:12:31 +0000
9b9a7dda38References and BSD license for Nieslony's rainflow algorithm
david.verelst
2011-02-28 12:39:00 +0000
c777ef2a43Nieslony's ASTM rainflow counting algorithm. Partially integrated, no support for the CyclePairs object yet.
david.verelst
2011-02-28 12:21:13 +0000
79fa7ab190Updated distributions.py and test_distributions.py according to the latest scipy.stats
Per.Andreas.Brodtkorb
2011-02-21 18:26:13 +0000
0298945f31Resolved issues 2, 3 and 4: Test failures in test/test_gaussian.py, test_misc.py and test_objects.py
per.andreas.brodtkorb
2011-02-08 21:29:38 +0000
6c046a0fb4more robust way to determine f2py call in /sources/c_codes/build_all.py, etc scripts
david.verelst
2011-02-05 10:22:47 +0000
2110de71e6Added more work to LevelCrossings.extrapolate (not finished yet)
Per.Andreas.Brodtkorb
2011-02-03 15:39:40 +0000
0a9293fc27Copied stineman_interp from pylab to interpolate.py and fixed the annoying dividing by zero warnings.
Per.Andreas.Brodtkorb
2011-02-02 18:08:30 +0000
d2bd3dee53build_all.py scripts in source now call to f2py2.6 on posix systems (this might give issues on other installation, for instance when it is f2py, f2yp2.7, etc). On nt (windows) it remains f2py.py. The general setup.py and build_all.py scripts now copies the .so compiled libraries when on posix platform, on nt (windows) these are the .pyd files
david.verelst
2011-02-02 15:40:42 +0000