blob: f8e373fe5f37dced94bd5eb2bc265bc2ae4b49e3 [file] [log] [blame]
``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. |
+----------------------------------------+------------------------------------------------------------+
Value
----------
``out`` The result mx.ndarray
Link to Source Code: http://github.com/apache/incubator-mxnet/blob/1.6.0/src/operator/tensor/elemwise_unary_op_basic.cc#L907