Computer Science(8)
-
3. Linear Regression analysis
3.1. Regression data (회귀분석 데이터)1. 회귀 분석의 역사적 배경: 회귀분석(Regression Analysis)의 개념은 유전학 연구에서 유래했다. 2. 회귀분석의 정의회귀 분석은 변수 간 관계(relationship)의 특정 형태를 평가하는 통계적 절차이다. 한 변수(X or Xs)와 다른 변수(Y) 사이의 관계를 추정하거나 예측하는데 사용된다. 즉 x와 y의 연관성을 정확히 설명한다. 3. 회귀분석의 주요 개념종속변수 (Y) : 결과 변수 또는 반응 변수 . 분포(distribution)독립변수 (Xs): 설명 변수. Y에 영향을 미치는 변수. 변수(variable)Xs와 Y의 상관관계(correlations)/연관성(associations): 연구 설계에 따라 Xs가 Y에 미..
2024.10.20 -
1. Basic Statistics
1.1. Basic ConceptsVariable (변수) : quantitative(양적), qualitative(질적)Random Variable(확률변수) : continuous(연속), discrete(이산)Population(모집단) Sample(표본집단)1. (Modern) Statistics : "일부 데이터"만을 관찰했을 때 전체 데이터에 대해 "추론"하는 것 → the drawing of inferences about a body of data when only a part of the data is observed. → Inference: Observe only a portion, Draw inforamtion on the whole. - BioStatistics: ident..
2024.10.11