223 Commits (edecaab23218191cf9fb04d9836a05271806524f)
 

Author SHA1 Message Date
Per.Andreas.Brodtkorb 214d467939 Added 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
13 years ago
Per.Andreas.Brodtkorb 676d30b822 Added dctn and idctn 13 years ago
per.andreas.brodtkorb 4b820e85ee Small updates 13 years ago
Per.Andreas.Brodtkorb 31f61eb319 Added kernel regression 13 years ago
Per.Andreas.Brodtkorb a7a00851cc 13 years ago
Per.Andreas.Brodtkorb 3257d675d8 Made interpolation more general and faster in TKDE._eval_grid_fast 13 years ago
Per.Andreas.Brodtkorb 9dceca985e Fixed some bugs 13 years ago
Per.Andreas.Brodtkorb bac74a93b5 Fixed some bugs in kdetools.py + added more tests in test/test_kdetools.py
Updated meshgrid
13 years ago
Per.Andreas.Brodtkorb df9e95f0b5 Added alternative version of scikits statsmodels 13 years ago
Per.Andreas.Brodtkorb 5a2c8d79b3 Small bugfix 13 years ago
per.andreas.brodtkorb 2e0098db36 Updated _nnlf() 13 years ago
Per.Andreas.Brodtkorb c54ab0e009 Small updates 13 years ago
Per.Andreas.Brodtkorb 0bc782a2cc Fixed some bugs. 13 years ago
per.andreas.brodtkorb 3ef99faa56 Small updates 13 years ago
per.andreas.brodtkorb 14e65da072 Added RegLogit to core.py (not finished) 13 years ago
per.andreas.brodtkorb e2620cbbec Fixed some small bugs 13 years ago
per.andreas.brodtkorb caa72fe9ee Fixed:
nan-propagation errors (ticket #835)
stats.lognorm.pdf(0,s) reports nan (ticket #1471)
13 years ago
Per.Andreas.Brodtkorb 296f42d059 Small bugfixes 13 years ago
per.andreas.brodtkorb 560995835b Small updates 13 years ago
Per.Andreas.Brodtkorb 48e9b77785 Updated distributions.py according to the latest updates in scipy.stats.distributions.py 13 years ago
per.andreas.brodtkorb 8ff8b2183e Resolved issue 6: mctp2rfc is now working for the example given 14 years ago
per.andreas.brodtkorb afd3c87e22 Small updates 14 years ago
per.andreas.brodtkorb d0834a14b8 14 years ago
Per.Andreas.Brodtkorb 2a35ffa2b2 Small extension to plot2d 14 years ago
Per.Andreas.Brodtkorb 53e054bffe Added mctp2rfc to misc.py
Fixed a bug in qlevels and cltext
14 years ago
Per.Andreas.Brodtkorb 5dfc193c93 Started work on SpecData1D.to_mmt_pdf 14 years ago
Per.Andreas.Brodtkorb 42a48294e2 Work in progress on plot2d 14 years ago
Per.Andreas.Brodtkorb 3d61983ed2 Fixed bugs in cov2mmpdfreg_intfc.f 14 years ago
Per.Andreas.Brodtkorb 2cdadae992 Small bugfixes 14 years ago
Per.Andreas.Brodtkorb 65c5f22b7b Small bugfixes and cosmetic fixes. 14 years ago
Per.Andreas.Brodtkorb 7812a265f6 Successfully made an interface to mregmodule. It still remains to check that it is correct. 14 years ago
per.andreas.brodtkorb 578470f36a Fixed a bug in the extrapolate method of LevelCrossings class. 14 years ago
per.andreas.brodtkorb bd7218621c Added truncated rayleigh 14 years ago
Per.Andreas.Brodtkorb e4918839a9 Translated matlab tran function into a TransferFunction class 14 years ago
Per.Andreas.Brodtkorb 6fba3b39f2 added import of k2w from dispersion_relation.py 14 years ago
Per.Andreas.Brodtkorb ada3cc71fb Updated help header 14 years ago
Per.Andreas.Brodtkorb 8ebae12935 Added qlevels2 + possibility to calculate weighted percentile 14 years ago
Per.Andreas.Brodtkorb 076d890e60 Compiled libs 14 years ago
Per.Andreas.Brodtkorb 69fcf175f6 Added percentile 14 years ago
david.verelst 9b9a7dda38 References and BSD license for Nieslony's rainflow algorithm 14 years ago
david.verelst c777ef2a43 Nieslony's ASTM rainflow counting algorithm. Partially integrated, no support for the CyclePairs object yet. 14 years ago
Per.Andreas.Brodtkorb 79fa7ab190 Updated distributions.py and test_distributions.py according to the latest scipy.stats 14 years ago
Per.Andreas.Brodtkorb 8a0004ba59 14 years ago
per.andreas.brodtkorb 0298945f31 Resolved issues 2, 3 and 4: Test failures in test/test_gaussian.py, test_misc.py and test_objects.py 14 years ago
david.verelst 6c046a0fb4 more robust way to determine f2py call in /sources/c_codes/build_all.py, etc scripts 14 years ago
Per.Andreas.Brodtkorb 2110de71e6 Added more work to LevelCrossings.extrapolate (not finished yet) 14 years ago
Per.Andreas.Brodtkorb 0a9293fc27 Copied stineman_interp from pylab to interpolate.py and fixed the annoying dividing by zero warnings.
Working on LevelCrossings.extrapolate method: Work in progress

Updated doc in distributions.py
14 years ago
david.verelst d2bd3dee53 build_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
14 years ago
per.andreas.brodtkorb 49e5e9d6e4 Updated chapter scripts
+ small fixes elsewhere
14 years ago
Per.Andreas.Brodtkorb 62316ed499 misc fixes 14 years ago