베이즈 정리의 의미
베이즈 정리의 공식
우선 베이즈 정리의 공식부터 확인해보도록 하자. 베이즈 정리의 공식은 아래 식 (1)과 같다.
\[P(H|E) = \frac{P(E|H)P(H)}{P(E)}\]
식 (1)에는 총 네 개의 확률값이 적혀져 있으며, 생김새도 거의 비슷비슷해 그냥 보기에는 의미를 파악하기가 어렵다.
네 개의 확률 값 중 $P(H)$와 $P(H|E)$는 각각 사전 확률, 사후 확률이라고 부르고, 베이즈 정리는 근본적으로 사전확률과 사후확률 사이의 관계를 나타내는 정리이다.
그렇다면, 우리는 사전확률과 사후확률의 의미를 파악함으로써 베이즈 정리가 말하는 바와 그 의의를 이해할 수 있을 것이다.
베이즈 정리의 ...
Frequency Resolution
What is frequency resolution?
Frequency resolution refers to how closely spaced the values of a frequency band can be observed in the frequency domain when observing a desired signal. It can be thought of as a similar concept to obtaining a dense time signal when recording a signal with a high sampling frequency during time signal sampling.
Ty...
주파수 해상도
주파수 해상도란 무엇인가?
주파수 해상도란 원하는 신호를 주파수 domain에서 관찰할 때 얼마나 촘촘한 간격으로 해당 주파수 대역의 값을 관찰 할 수 있는가를 말한다고 할 수 있다. 이것은 time signal을 sampling 할 때 높은 샘플링 주파수를 가지고 신호를 기록하면 촘촘한 time signal을 얻을 수 있는 것과 유사한 개념이다.
보통 주파수 해상도에 대해서 얘기할 때 관찰하는 time window의 길이가 길면 frequency domain에서는 주파수 해상도가 좋고(즉, frequency domain에서 촘촘하게 관찰할 수 있고), sampling rate이 높으면 time domain에서...
Fourier Transform and Phase
Before we begin
One of the challenging aspects of understanding Fourier transform is the concept of phase. While the concept of amplitude is usually intuitive and easy to understand, phase often poses difficulties for many, and it is sometimes overlooked. To truly understand amplitude and phase through Fourier transform, one must first grasp th...
푸리에 변환과 위상(phase)
들어가기에 앞서
푸리에 변환에 대해서 이해하기 어려워 하는 부분 중 하나로 phase를 꼽을 수 있다. 보통 amplitude에 대한 개념은 직관적이기 때문에 이해하기 쉽지만 phase는 그렇지 않은 경우가 많고 phase에 대해서 많이들 신경 쓰지 않는 경우도 종종 있다. 푸리에 변환의 시작인 함수 내적의 의미와 복소수의 근본적인 의미에 대해 잘 이해할 수 있어야 어떻게 푸리에 변환을 통해서 amplitude와 phase가 비로소 이해될 수 있다고 생각한다.
푸리에 변환은 실수함수를 복소수 영역으로 mapping 시켜주는 기능을 한다. 특별히 mapping의 kernel이 독특한 성질을 가지고 있기 때문에 이...
Why does Wronskian work?
Definition
Let’s first understand how the linear dependence/independence of functions is defined1.
DEFINITION 1. Linear Dependence/Independence
A set of functions $f_1(x), f_2(x),\cdots f_n(x)$ is said to be linearly dependent on an interval $I$ if there exist constants $c_1, c_2, \cdots c_n$, not all zero,...
론스키안(Wronskian)과 함수의 선형 독립 판별
정의
우선 함수의 선형 독립이란 어떻게 정의1되는지 알아보자.
DEFINITION 1. Linear Dependence/Independence
A set of functions $f_1(x), f_2(x),\cdots f_n(x)$ is said to be linearly dependent on an interval $I$ if there exist constants $c_1, c_2, \cdots c_n$, not all zero such that $$c_1f_1(x)+c_2f_2(x)+\cdots+c_nf_n(x) = 0$$for every ...
Exponential Functions with Negative Bases
Exponential function with negative base $y = (-1.5)^x$. The left plot represents the domain, and the right plot represents the range.
※ In this article, we assume that complex numbers are single-valued.
Definition of Exponential Functions
Exponential functions are typically defined for positive bases. According to Wikipedia, exponential func...
310 post articles, 39 pages.