/**
 * https://simple-statistics.github.io/docs/#errorfunction
 */
declare function errorFunction(x: number): number;

export default errorFunction;
