"N차원 가우시안 적분"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Pythagoras0 (토론 | 기여) (새 문서: ==개요== * 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차...) |
Pythagoras0 (토론 | 기여) |
||
2번째 줄: | 2번째 줄: | ||
* A : 양의 정부호인 nxn 행렬 | * A : 양의 정부호인 nxn 행렬 | ||
* 가우시안 적분 | * 가우시안 적분 | ||
− | :<math>\int_{\mathbb{R}^n}e^{-\mathbf{x}^TA\mathbf{x}}d\mathbf{x}=\frac{\pi^ | + | :<math>\int_{\mathbb{R}^n}e^{-\frac{1}{2}\mathbf{x}^TA\mathbf{x}}d\mathbf{x}=\sqrt{\frac{(2\pi)^n}{\det{A}}}</math> |
* 1차항이 있는 경우는 다음과 같이 주어진다 | * 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}} | \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}} | ||
$$ | $$ |
2013년 2월 10일 (일) 13:25 판
개요
- A : 양의 정부호인 nxn 행렬
- 가우시안 적분
\[\int_{\mathbb{R}^n}e^{-\frac{1}{2}\mathbf{x}^TA\mathbf{x}}d\mathbf{x}=\sqrt{\frac{(2\pi)^n}{\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}} $$