Concept Flow - Error function (erf)
Start with input x
Call erf(x) function
Calculate integral of Gaussian from 0 to x
Return value between -1 and 1
Use result in probability or stats
The error function takes a number x and calculates a special integral related to probabilities, returning a value between -1 and 1.