Concordant
두 변수를 가지는 두 쌍의 observations 그리고 에 대해서, 두 쌍이 concordant 하다면 다음을 만족한다.
여기서 은 positive, zero, negative 부호가 될 수 있다.
즉, concordant pair 는 쌍 한쪽의 양 원소가 다른 한쪽의 양 원소보다 둘 다 크거나 같거나 작거나를 만족한다.
1 min read
Kendall Rank Correlation Kendall 의 \tau 계수라고도 불리며, rank correlation 을 측정하는 방식 중 하나를 의미한다. 즉, 순위가 매겨진 각 데이터가 있을 때, 해당 순서의 유사도를 측정하는 방식이다.
Covariate explanatory variable 과 response variable 간 관계를 알아내는 실험에서 response variable 에 영향을 끼치는 다른 변수들을 의미한다.
상대도수 상대도수는 사건이 무한히 반복 가능할 때, 내가 관심 있는 사건의 상대적인 빈도를 뜻한다. Related References.
Joint Distribution 많은 변수에 대한 확률 분포를 joint probability distribution 이라고 한다.
Mode The mode (statistics) is the value that appears most often in a set of data values.
Correlation 두 변수 간 선형 관계를 측정하기 위해서 사용하는 값 covariance 역시 선형 관계를 측정하지만, normalized 된 것이냐 아니냐의 차이가 있다. 아래는 Pearson correlation 계산 식을 나타낸다.
Likelihood likelihood 는 Probability 와 반대되는 개념으로, 랜덤 변수 X 에 따른 샘플 x 이 주어졌을 때, 랜덤 변수가 따르는 parameter 가 \theta 될 확률을 의미한다.
Conditional Probability the conditional probability that \mathrm{y}=y given \mathrm{x}=x as P(\mathrm{y}=y\mid\mathrm{x}=x) 반드시 P(\mathrm{x}=x)>0 인 상황에서만 성립이 된다.
Independence (probability) Related Marginal independence Conditional independence 정의 That is, knowledge of Y’s value doesn’t affect your belief in the value of X, given a...
Mean If we have a data set consisting of the values a {1},a {2},\ldots,a {n}, then the arithmetic mean A is defined by the formula: A=\frac{1}{n}\sum {i=1}^{n}a {i}=\frac{a...