Contents Probability and Expected Value Expected value Linear combination of expected values Probability and Expected Value A quantitative indicator for mathematically describing the characteristics and shape of random variables and probability distributions is called moment . $$\begin{aligned}&\text{nth order moment }= E(x^n)\\ &n= 1, 2, \cdots \end{aligned}$$ Moments are used to derive various statistics such as skewness and kurtosis along with mean and variance introduced in descriptive statistics. Expected value The mean is the most commonly used statistic to characterize variables. This statistic is calculated as the product of the frequency and probability for each variable value and is called expected value (E(X)). Each value of the random variable X can be specified by the relative likelihood, that is, the probability function, which is the probability that the value can appear compared to other values. When the v...
python 언어를 적용하여 통계(statistics)와 미적분(Calculus), 선형대수학(Linear Algebra)을 소개합니다. 이 과정에서 빅데이터를 다루기 위해 pytorch를 적용합니다.