La Fonction d'erreur, often denoted as erf, is a mathematical function that arises frequently in probability, statistics, and partial differential equations describing diffusion processes. It is defined as:
erf(x) = (2/√π) ∫0x e-t² dt
Cet intégrale représente l'aire sous la courbe gaussienne de 0 à x, effectively measuring the probability that a normally distributed random variable will fall between -∞ and x in the standard distribution normale.
La fonction d'erreur est particulièrement utile dans divers domaines, notamment statistics, engineering, and physics, where it helps in the analysis of error rates, traitement du signal, and thermal diffusion problems. Its complementary function, known as the fonction d'erreur complémentaire (erfc), est définie comme :
erfc(x) = 1 – erf(x)
Cette fonction mesure la probabilité qu'une variable aléatoire gaussienne dépasse une certaine valeur.
Dans les applications informatiques, la fonction d'erreur est souvent approximée en utilisant méthodes numériques or polynomial expansions, especially in machine learning and AI frameworks, where accurate calculations of probabilities are essential for model training and evaluation.