Commit Graph

473 Commits (567ad796657a76120ac3d8c28254e83af7ff87d4)
 

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