N차원 가우시안 적분
Pythagoras0 (토론 | 기여)님의 2013년 2월 10일 (일) 13:23 판 (새 문서: ==개요== * A : 양의 정부호인 nxn 행렬 * 가우시안 적분 :<math>\int_{\mathbb{R}^n}e^{-\mathbf{x}^TA\mathbf{x}}d\mathbf{x}=\frac{\pi^{n/2}}{\sqrt{\det{A}}}</math> * 1차...)
개요
- A : 양의 정부호인 nxn 행렬
- 가우시안 적분
\[\int_{\mathbb{R}^n}e^{-\mathbf{x}^TA\mathbf{x}}d\mathbf{x}=\frac{\pi^{n/2}}{\sqrt{\det{A}}}\]
- 1차항이 있는 경우는 다음과 같이 주어진다
$$ \int e^{-\frac{1}{2}\sum_{i,j=1}^{n}A_{ij} x_i x_j+\sum_{i=1}^{n}B_i x_i} d^nx=\sqrt{ \frac{(2\pi)^n}{\det{A}} }e^{\frac{1}{2}\vec{B}^{T}A^{-1}\vec{B}} $$