mx.nd.erfinv

Description

Returns element-wise inverse gauss error function of the input.

Example:

erfinv([0, 0.5., -1.]) = [0., 0.4769, -inf]

Arguments

Argument

Description

data

NDArray-or-Symbol.

The input array.