chainer.functions.ndtri

chainer.functions.ndtri(x)[source]

Elementwise inverse function of ndtr.

Note

Forward computation in CPU can not be done if SciPy is not available.

Parameters:x (Variable or numpy.ndarray or cupy.ndarray) – Input variable.
Returns:Output variable.
Return type:Variable