Home

그린정리

prerequisites 그린 정리를 이해하기 위해선 다음의 세 가지 내용에 대해 알고 오시는 것이 좋습니다. 미적분학의 기본정리 함수 $f$가 닫힌구간 $[a, b]$에서 연속이며, 함수 $F$가 $f$의 임의의 부정적분이면 다음이 성립한다. \[\int_{a}^{b}f(t)dt = F(b) - F(a)\] 중적분의 의미 벡터장의 선적분 그린 정리 평면에서의 그린 정리는 다음과 같다. THEOREM 1. 그린 정리 벡터장이 $F(x,y) = P(x,y)\hat{i} + Q(x,y)\hat{j}$로 주어져있고, 선적분...

Read more

Gaussian Integral

Gaussian integration is an integration over the entire range of real numbers for the Gaussian function, and its value is as follows. \[\int_{-\infty}^{\infty}\exp\left(-x^2\right)dx=\sqrt \pi\] Calculation process of Gaussian integration First, let’s denote the value of Gaussian integration as $I$. \[I = \int_{-\infty}^{\infty}\exp\left(-x^2...

Read more

가우스 적분

가우스 적분은 다음과 같이 가우스 함수에 대한 실수 전체 범위에 대한 적분으로, 그 값은 다음과 같다. \[\int_{-\infty}^{\infty}\exp\left(-x^2\right)dx=\sqrt \pi\] 가우스 적분 계산 과정 우선 아래와 같이 가우스 적분의 값을 $I$라고 두자. \[I = \int_{-\infty}^{\infty}\exp\left(-x^2\right)dx\] 그러면 $I$를 제곱한 $I^2$은 다음과 같이 생각할 수 있다. \[I^2 = \int_{-\infty}^{\infty}exp\left(-x^2\right)dx \int_{-\infty}^{\infty}exp\l...

Read more

Time-Frequency Uncertainty

Gaussian Function The Gaussian function is defined by the following equation: \[g(t) = a\cdot \exp\left(-\frac{(t-b)^2}{2c^2}\right)\] In the context of complex Morlet wavelet, the Gaussian function serves as the envelope or time window in the time domain. By appropriately manipulating the constants a, b, and c in the equation, we can assume ...

Read more

시간-주파수 불확정도

가우시안 함수 가우시안 함수(Gaussian function)은 다음과 같은 수식으로 정의된다. \[g(t) = a\cdot \exp\left(-\frac{(t-b)^2}{2c^2}\right)\] 가우시안 함수는 complex Morlet wavelet의 envelope 또는 시간 영역에서 보면 time window의 역할을 하게 되는 함수이다. 위의 식 중 상수 a, b,c를 적절히 변형시키면 평균 $\mu$, 표준편차가 $\sigma$인 가우시안 함수를 상정할 수 있다. 가우시안 함수를 이용하는 이유는 양자역학의 코펜하겐 해석을 빌려와 설명할 수 있을 것 같은데, freely moving quantum...

Read more

Proof of Central Limit Theorem

Essential Background Knowledge for the Proof of the Central Limit Theorem Convolution of the Sum of Probability Variables and Probability Density Functions Let’s consider independent random variables X and Y. Let the probability mass functions of X and Y be denoted as $m_1(x)$ and $m_2(x)$, respectively. Now, let’s think about a new random va...

Read more

중심극한정리 증명

중심극한 정리의 증명에 필수적인 배경지식 확률 변수의 합과 확률 밀도함수의 convolution 독립적인 random variables X와 Y를 생각해보자. 이 때, X와 Y의 확률질량함수를 $m_1(x), m_2(x)$라고 하자. 이 때, $Z=X+Y$로 정의되는 새로운 random variable 를 생각해보자. 임의의 정수 $z$에 대해서 random variable $Z$의 realization을 $z$라고 하고, 임의의 정수 $k$에 대해서 $X=k$일 때, $Z=X+Y$라는 관계식이 성립하기 위해서는 $Y=z-k$일 수 밖에 없다. 사건의 관점에서 보면 \[(X=k)\text{ and }(Y=z...

Read more

Meaning of Bayes' Theorem

Formula of Bayes’ Theorem Let’s first take a look at the formula of Bayes’ theorem. The formula of Bayes’ theorem is as follows: \[P(H|E) = \frac{P(E|H)P(H)}{P(E)}\] Formula (1) contains four probability values, and its appearance is almost identical, making it difficult to understand its meaning at a glance. Among the four probability value...

Read more