Bayesian data analysis: Difference between revisions

From FusionWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
<ref>[http://dx.doi.org/10.1109/WISP.2007.4447579 J. Svensson, A. Werner, ''Large Scale Bayesian Data Analysis for Nuclear Fusion Experiments'', IEEE International Symposium on Intelligent Signal Processing (2007) 1]</ref>
<ref>[http://dx.doi.org/10.1109/WISP.2007.4447579 J. Svensson, A. Werner, ''Large Scale Bayesian Data Analysis for Nuclear Fusion Experiments'', IEEE International Symposium on Intelligent Signal Processing (2007) 1]</ref>
<ref>[http://www.new.ans.org/pubs/journals/fst/a_10892 R. Fischer, C.J. Fuchs, B. Kurzan, et al., ''Integrated Data Analysis of Profile Diagnostics at ASDEX Upgrade'', Fusion Sci. Technol. '''58''' (2010) 675]</ref>
<ref>[http://www.new.ans.org/pubs/journals/fst/a_10892 R. Fischer, C.J. Fuchs, B. Kurzan, et al., ''Integrated Data Analysis of Profile Diagnostics at ASDEX Upgrade'', Fusion Sci. Technol. '''58''' (2010) 675]</ref>
<ref>[http://link.aip.org/link/doi/10.1063/1.3608551 B.Ph. van Milligen, T. Estrada, E. Ascasíbar, et al, ''Integrated data analysis at TJ-II: the density profile'', Rev. Sci. Instrum. 82 (2011) 073503]</ref>
<ref>[http://link.aip.org/link/doi/10.1063/1.3608551 B.Ph. van Milligen, T. Estrada, E. Ascasíbar, et al, ''Integrated data analysis at TJ-II: the density profile'', Rev. Sci. Instrum. '''82''' (2011) 073503]</ref>
Like [[Function parametrization]] (FP), this technique requires having a ''forward model'' to predict the measurement readings for any given state of the physical system; however   
Like [[Function parametrization]] (FP), this technique requires having a ''forward model'' to predict the measurement readings for any given state of the physical system; however   
* instead of computing an estimate of the inverse of the forward model (as with FP), IDA finds the best model state corresponding to a specific measurement by a maximization procedure (maximization of the likelihood);
* instead of computing an estimate of the inverse of the forward model (as with FP), IDA finds the best model state corresponding to a specific measurement by a maximization procedure (maximization of the likelihood);

Revision as of 15:19, 19 July 2011

The goal of Bayesian [1] [2] or integrated data analysis (IDA) is to combine the information from a set of diagnostics providing complementary information in order to recover the best possible reconstruction of the actual state of the system subjected to measurement. [3] [4] [5] [6] [7] [8] [9] Like Function parametrization (FP), this technique requires having a forward model to predict the measurement readings for any given state of the physical system; however

  • instead of computing an estimate of the inverse of the forward model (as with FP), IDA finds the best model state corresponding to a specific measurement by a maximization procedure (maximization of the likelihood);
  • the handling of error propagation is more sophisticated within IDA, allowing non-Gaussian error distributions and absolutely general and complex parameter interdependencies; and
  • additionally, it provides a systematic way to include prior knowledge into the analysis.

The maximization process is CPU intensive, so that Bayesian analysis is not suited for real-time data analysis (unlike FP).

Bayes' Theorem

The method is based on Bayes' Theorem, expressed as follows:

Here, α are a set of model parameters, and P is the probability distribution of these parameters, given the experimental data d, their errors σ, and additional information I.

Bayes' Theorem expresses this probability distribution as a product of the likelihood L of obtaining the cited experimental data given some values of the model parameters α as well as σ and I, and the prior distribution π that expresses the knowledge concerning the model parameters preceding any measurement.

The likelihood L is computed using a forward model of the experiment, returning the value of simulated measurements while assuming a given physical state of the experimental system. It should be noted that this forward model (from system parameters to measurements) is often much easier to compute than the reverse mapping (from measurements to system parameters), as the latter is often the inverse of a projection, which is therefore typically ill-determined.

The normalization of the equation serves to maintain its character of a probability distribution, although it is not important for the determination of the best values of the parameters and their errors. The optimum reconstruction is determined by maximizing the posterior P, varying the parameters α.

See also

References