Skip to content

compute erfinv

kgryte edited this page May 12, 2015 · 1 revision

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

var data = [ -1, -0.5, 0, 0.5, 1 ];

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