Navigation

Operators and Keywords

Function List:

C++ API

erfinv.m File Reference


Functions

 if (isa(x,"single")) tol
 y (abs(x) >=1)
 y (x==-1)
 if (any(i)) s
 while (any(abs(erf(z)-x(i)) > tol *abs(x(i)))) z

Variables

 function [y, iterations]
endif maxit = 100
else tol = eps
endif iterations = 0
 sz = size (x)
 nel = numel (x)
 x = reshape (x, nel, 1)
 y = zeros (nel, 1)
 i = find ((x > -1) & (x < 1))
 z = sqrt (-log (1 - abs (x(i)))) .* sign (x(i))

Function Documentation

if ( any(i)   ) 

if ( isa(x,"single")   ) 

while ( any(abs(erf(z)-x(i)) > tol *abs(x(i)))   ) 

y ( = =-1  ) 

y ( abs(x) >=  1  ) 


Variable Documentation

Initial value:

 erfinv (x)

  if (nargin != 1)
    print_usage ()

i = find ((x > -1) & (x < 1))

endif maxit = 100

nel = numel (x)

sz = size (x)

else tol = eps

x = reshape (x, nel, 1)

y = zeros (nel, 1)

z = sqrt (-log (1 - abs (x(i)))) .* sign (x(i))