연결 함수는 모형마다 다릅니다. 예측 값을 계산하려면 모형에 대한 연결 함수의 역함수를 구하십시오. 역함수는 다음 표에 있습니다.
모형 | 연결 함수 | 예측 공식 |
---|---|---|
이항 분포 | 로짓 | |
이항 분포 | 노밋 | |
이항 분포 | 곰핏 | |
포아송 분포 | 자연 로그 | |
포아송 분포 | 제곱근 | |
포아송 분포 | 항등원 |
용어 | 설명 |
---|---|
exp(·) | 지수 함수 |
Φ(·) | 정규 분포의 누적분포함수 |
X' | 예측할 점의 벡터 전치 |
추정 계수 벡터 |
여기서 는 유효성 검사에 대한 테스트 데이터 집합이 있는 경우에만 학습 데이터에서 입니다.
용어 | 설명 |
---|---|
1, for the binomial and Poisson models | |
xi | the vector of a design point |
the transpose of xi | |
X | the design matrix |
W | the weight matrix |
the first derivative of the link function evaluated at | |
the predicted mean response | |
the predicted probability for the design point in a binary logistic model | |
the inverse cumulative distribution function of the standard normal distribution for the predicted probability in a binary logistic model | |
the probability density function of the standard normal distribution |
신뢰 한계에는 Wald 근사 방법이 사용됩니다. 다음은 100 (1에 대한 일반적인 공식입니다 - α양측 신뢰 구간의 경우
유형 | 링크 | 적합치의 표준 오차 |
---|---|---|
이항 로지스틱 | 로짓 | |
이항 로지스틱 | 노밋 | |
이항 로지스틱 | 곰핏 | |
포아송 | 로그 | |
포아송 | 제곱근 | |
포아송 | 항등원 |
여기서 는 유효성 검사에 대한 테스트 데이터 집합이 있는 경우에만 학습 데이터에서 입니다.
용어 | 설명 |
---|---|
the inverse of the link function evaluated at x | |
the transpose of the vector of the predictors | |
the vector of estimated coefficients | |
the value of the inverse cumulative distribution function for the normal distribution evaluated at | |
α | the significance level |
X | the design matrix |
W | the weight matrix |
1, for binomial and Poisson models | |
the predicted probability for the design point in a binary logistic model | |
the inverse cumulative distribution function of the standard normal distribution for the predicted probability in a binary logistic model | |
the cumulative distribution function of the standard normal distribution |