| Author |
Comment/Response |
yehuda
|
01/07/13 09:15am
Compilation will not help here
Try using InverseERF which is a built in function with (a rather) efficient implementation
Timing[multiinverse[x];]
is
{117.892449, Null}
while
Timing[InverseErf[x];]
returns
{107.882183, Null}
for 2^20 computations
yehuda
URL: , |
|