Summer of Code - Getting Started: Difference between revisions

(→‎Least-squares spectral analysis: mention Octave Forge)
Line 24: Line 24:
'''Difficulty''': Mid-to-hard depending how much mathematics you know and how well you can read numerical analysis journal articles.
'''Difficulty''': Mid-to-hard depending how much mathematics you know and how well you can read numerical analysis journal articles.


'''Potential mentor''': Carlo de Falco, Nir Krakauer
'''Potential mentor''': Carlo de Falco, Nir Krakauer, Fotios Kasolis


=== Improve logm, sqrtm, funm ===
=== Improve logm, sqrtm, funm ===
Line 41: Line 41:


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).
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 ===
The project will deliver a solver for initial-boundary value problems for parabolic-elliptic PDEs in 1D similar to Matlab's function <tt>pdepe</tt>. A good starting point is the [http://en.wikipedia.org/wiki/Method_of_lines method of lines] for which you can find more details [http://en.wikibooks.org/wiki/Partial_Differential_Equations/Method_of_Lines here].


== GUI ==
== GUI ==
Anonymous user