Function parametrization: Difference between revisions

Jump to navigation Jump to search
Line 28: Line 28:
== Alternatives ==
== Alternatives ==


* [[Bayesian data analysis]], which allows non-Gaussian error distributions. A very powerful method but not fast due to the need for maximization (not suited for real-time applications).
* Neural networks. Like with FP, most of the computational effort is concentrated in an analysis phase (network ''training''), before the actual application to data. Therefore, this method is fast and suited for real-time applications. With FP, non-linear dependencies are limited by the degree of the polynomial expansions used, whereas neural networks allow more general non-linear dependencies, in principle.
* Neural networks. Like with FP, most of the computational effort is concentrated in an analysis phase (network ''training''), before the actual application to data. Therefore, this method is fast and suited for real-time applications.
* [[Bayesian data analysis]], which allows non-Gaussian error distributions and complex data dependencies. A very powerful method but not fast due to the need for maximization (not suited for real-time applications).


== References ==
== References ==
<references />
<references />

Navigation menu