chainer.functions.erfcinv

chainer.functions.erfcinv(x)[source]

Elementwise inverse function of complementary error function.

Note

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

Parameters

x (Variable or N-dimensional array) – Input variable.

Returns

Output variable.

Return type

Variable