Metode Monte Carlo: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
AlleborgoBot (bicara | kontrib)
k bot Menambah: no:Monte Carlo-metoden
Borgxbot (bicara | kontrib)
k Robot: Cosmetic changes
Baris 20:
<!--
== Perhitungan integral ==
Deterministic methods of [[numerical integration]] operate by taking a number of evenly spaced samples from a function. In general, this works very well for functions of one variable. However, for functions of [[vector space|vector]]s, deterministic quadrature methods can be very inefficient. To numerically integrate a function of a two-dimensional vector, equally spaced grid points over a two-dimensional surface are required. For instance a 10x10 grid requires 100 points. If the vector has 100 dimensions, the same spacing on the grid would require 10<sup>100</sup> points &ndash; that's far too many to be computed. 100 [[dimension]]s is by no means unreasonable, since in many physical problems, a "dimension" is equivalent to a [[degrees of freedom (physics and chemistry)|degree of freedom]].
 
Monte Carlo methods provide a way out of this exponential time-increase. As long as the function in question is reasonably [[well-behaved]], it can be estimated by randomly selecting points in 100-dimensional space, and taking some kind of average of the function values at these points. By the [[central limit theorem]], this method will display <math>1/\sqrt{N}</math> convergence &ndash; i.e. quadrupling the number of sampled points will halve the error, regardless of the number of dimensions.
 
A refinement of this method is to somehow make the points random, but more likely to come from regions of high contribution to the integral than from regions of low contribution. In other words, the points should be drawn from a distribution similar in form to the integrand. Understandably, doing this precisely is just as difficult as solving the integral in the first place, but there are approximate methods available: from simply making up an integrable function thought to be similar, to one of the adaptive routines discussed in the topics listed below.
Baris 80:
* Pembuat paket komersial yang mengimplementasikan algoritma Monte Carlo algorithms, [http://www.palisade.com Palisade Corporation (@Risk)], [http://www.decisioneering.com Decisioneering (Crystal Ball)] dan [http://www.vanguardsw.com/decisionpro/monte-carlo-simulation-software.htm Vanguard Software (DecisionPro)]
* Mosegaard, Klaus., and Tarantola, Albert, 1995. Monte Carlo sampling of solutions to inverse problems. J. Geophys. Res., 100, B7, 12431-12447.
* Tarantola, Albert, ''Inverse Problem Theory'' ([http://www.ipgp.jussieu.fr/~tarantola/Files/Professional/SIAM/index.html versi PDF bebas]), Society for Industrial and Applied Mathematics, 2005. ISBN 08987157250-89871-572-5
 
[[Kategori:Analisis numerik]]