---
type: method
slug: zero-inflated-regression
name_ko: 영-과잉 회귀
name_en: Zero-Inflated Regression
aliases:
  - ZIP
  - ZINB
categories:
  - '[[count-data-methods]]'
last_updated: '2026-05-19T23:30:00+09:00'
---
# 영-과잉 회귀 (Zero-Inflated Regression)

> 종속변수가 0 인 관측이 일반 Poisson/negative binomial 모형이 예측하는 것보다 많은 경우 사용하는 mixture 회귀. Zero-inflated Poisson (ZIP) 과 zero-inflated negative binomial (ZINB) 가 대표.

## See also

- 부모 분류: [[count-data-methods]]
- 형제 방법론: [[negative-binomial-regression]], [[zero-altered-negative-binomial]], [[zero-altered-poisson]], [[zero-inflated-negative-binomial-regression]], [[count-data-regression]]
