Skip to content

[통계/수학] 9번 답변 SSE, SST, SSR Full name 추가 #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

WannaBeSuperteur
Copy link
Contributor

⚠ PR 템플릿은 수정하지 말아주세요!
🔥 PR 작성 규칙을 준수하지 않는 PR은 거절됩니다. 꼭 읽어주세요.

🔎 What is this PR?

분야

필수 수정하려는 답변의 분야를 선택해주세요. 이외 수정사항은 기타를 선택하시고 오른쪽에 추가 설명 부탁드립니다.

  • 통계/수학
  • 머신러닝
  • 딥러닝
  • 파이썬
  • 네트워크
  • 운영체제
  • 자료구조
  • 알고리즘
  • 기타:

수정 내용

필수 어떻게 수정하셨는지 자세히 작성 부탁드립니다.

  • 9번 답변에서 SSE, SST, SSR 의 Full Name 추가
    • SSE (Explained Sum of Squares)
    • SST (Total Sum of Squares)
    • SSR (Residual Sum of Squares)

참고 자료

선택 수정 시 참고한 문서가 있다면 링크 작성 부탁드립니다.

✅ PR Checklists

필수 아래 체크리스트 확인 부탁드립니다. 모두 체크된 PR만 확인 가능합니다.

  • PR 작성 규칙을 준수하셨나요?
    • "1문제 1PR" 원칙을 준수하셨나요?
    • PR 템플릿에 맞춰서 PR을 작성하셨나요?
    • PR 제목은 "[분야] 수정내용"로 되어있나요? (분야는 한글 명칭만 가능 ex. 딥러닝, 머신러닝)
    • PR이 ①미적으로 나아졌을 경우 ②답변이 개선된 경우 두 가지 중 하나에 해당되나요?
    • LaTeX 문법을 준수하셨나요? (참고: GitHub 수식 기능 공지)
  • upstream 레포의 최신 브랜치와 동일한 main 브랜치에서 분기하여 수정하셨나요?

@CoodingPenguin CoodingPenguin added the 💬 feedback 피드백 label Jul 1, 2025
Comment on lines 285 to 290
- SSE (**E**xplained **S**um of **S**quares)
- $SSE = \sum(\text{추정값 - 관측값 평균})^2$
- SST (**T**otal **S**um of **S**quares)
- $SST = \sum(\text{관측값 - 관측값 평균})^2$
- SSR (**R**esidual **S**um of **S**quares)
- $SSR = \sum(\text{관측값 - 추정값})^2$
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SSE, SST, SSR 풀네임 추가하니 공식을 이해하기 더 좋은 것 같습니다.
다만, 공식을 보려면 그 다음 줄을 봐야해서 아래와 같이 수정하면 좋을 것 같아요!

Suggested change
- SSE (**E**xplained **S**um of **S**quares)
- $SSE = \sum(\text{추정값 - 관측값 평균})^2$
- SST (**T**otal **S**um of **S**quares)
- $SST = \sum(\text{관측값 - 관측값 평균})^2$
- SSR (**R**esidual **S**um of **S**quares)
- $SSR = \sum(\text{관측값 - 추정값})^2$
- SSE(**E**xplained **S**um of **S**quares) = $\sum(\text{추정값 - 관측값 평균})^2$
- SST(**T**otal **S**um of **S**quares) = $\sum(\text{관측값 - 관측값 평균})^2$
- SSR(**R**esidual **S**um of **S**quares) = $SSR = \sum(\text{관측값 - 추정값})^2$

마크다운 렌더링 시

  • SSE(Explained Sum of Squares) = $\sum(\text{추정값 - 관측값 평균})^2$
  • SST(Total Sum of Squares) = $\sum(\text{관측값 - 관측값 평균})^2$
  • SSR(Residual Sum of Squares) = $SSR = \sum(\text{관측값 - 추정값})^2$

@CoodingPenguin CoodingPenguin self-assigned this Jul 1, 2025
@WannaBeSuperteur
Copy link
Contributor Author

WannaBeSuperteur commented Jul 1, 2025

넵 반영 완료했습니다. (c8bd1d7) 감사합니다 👍 @CoodingPenguin

Copy link
Member

@CoodingPenguin CoodingPenguin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다!

@CoodingPenguin CoodingPenguin merged commit 70c0169 into boost-devs:main Jul 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💬 feedback 피드백
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants