Summer of Code - Getting Started: Difference between revisions

Jump to navigation Jump to search
(→‎Numerical: Deleted LSSA (done last summer))
Line 38: Line 38:


The implementation of sparse matrices in Octave needs several improvements. Any of [[Projects#Sparse Matrices|these]] would be good. The paper by [http://arxiv.org/abs/cs.MS/0604006 Bateman & Adler] is good reading for understanding the sparse matrix implementation.
The implementation of sparse matrices in Octave needs several improvements. Any of [[Projects#Sparse Matrices|these]] would be good. The paper by [http://arxiv.org/abs/cs.MS/0604006 Bateman & Adler] is good reading for understanding the sparse matrix implementation.
=== [http://en.wikipedia.org/wiki/Least-squares_spectral_analysis Least-squares spectral analysis] ===
Develop and test as an [http://octave.sourceforge.net/ Octave-Forge] package functionality for fast evaluation of harmonics and cross-correlations of unevenly sampled and nonstationary time series, possibly building on [http://www.jstatsoft.org/v11/i02 this paper] (which has C code with interface to R).


=== Implement solver for initial-boundary value problems for parabolic-elliptic PDEs in 1D ===
=== Implement solver for initial-boundary value problems for parabolic-elliptic PDEs in 1D ===