Pour calculer la prévision, inversez la fonction de liaison du modèle. Les fonctions inverses figurent dans ce tableau.
Fonction de liaison | Formule de prévision |
---|---|
Logit | ![]() |
Normit | ![]() |
Gompit | ![]() |
Terme | Description |
---|---|
exp(·) | fonction exponentielle |
Φ(·) | fonction de répartition pour la loi normale |
X' | transposition du vecteur des points à prévoir |
![]() | vecteur des coefficients estimés |
Où n’est tiré des données de formation que lorsqu’il y a un ensemble de données de test pour validation.
Terme | Description |
---|---|
![]() | 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 |
Les limites de confiance utilisent la méthode d'approximation de Wald. Il s'agit de la formule pour un intervalle de confiance bilatéral 100(1 − α) % :
Terme | Description |
---|---|
![]() | inverse de la fonction de liaison évaluée à x |
![]() | ![]() |
![]() | transposition du vecteur des prédicteurs |
![]() | vecteur des coefficients estimés |
![]() | valeur inverse de la fonction de répartition pour la loi normale évaluée à ![]() |
α | seuil de signification |
![]() | ![]() |
X | matrice de plan |
W | matrice de pondération |
![]() | 1, pour les modèles binomiaux |