Skip to content

compute erfcinv

kgryte edited this page May 12, 2015 · 1 revision

Evaluates the inverse complementary error function, where x may be a single numeric value or a numeric array.

var data = [ 0, 0.5, 1, 1.5, 2 ];

var x = compute.erfcinv( data );
Clone this wiki locally