B

Critère d'information bayésien

BIC

Le critère d'information bayésien (BIC) est un outil statistique utilisé pour la sélection de modèles.

La Critère d'information bayésien (BIC) is a criterion used for la sélection de modèles among a finite set of models. It is based on the fonction de vraisemblance and penalizes models for their complexity, allowing for a balance between la qualité de l'ajustement and simplicity. The BIC is particularly useful in contexts where one needs to choose between different modèles statistiques while considering the number of parameters dans le modèle.

La formule pour calculer le BIC est donnée par :

BIC = -2 * log(L) + k * log(n)

Où :

  • L est la valeur maximale de la fonction de vraisemblance du modèle.
  • k est le nombre de paramètres dans le modèle.
  • n est le nombre de points de données.

A lower BIC value indicates a better model when comparing multiple models. The model with the lowest BIC is generally preferred, as it suggests a good fit to the data while being relatively simple. The BIC takes into account the trade-off between the goodness of fit (how well the model explains the data) and the complexity of the model (number of parameters), thus helping to avoid overfitting.

In practice, BIC is widely used in various fields, including economics, biology, and apprentissage automatique, to determine the most suitable model for a given dataset. Its Bayesian foundation also allows for a probabilistic interpretation of model comparison, enhancing its appeal in analyse statistique.

oEmbed (JSON) + /