erf(X) = 2 * Normal Distribution( :X * Root( 2, 2 ) ) - 1
erfc(X) = 1 - erf(X) = 2 * Normal Distribution(-:X * Root( 2, 2 ) )
where "Normal Distribution()" is the cumulative normal distribution function available in JMP for use in either scripts or column formulas.