chainer.functions.ndtr¶
-
chainer.functions.ndtr(x)[source]¶ Elementwise cumulative distribution function of normal distribution.
Note
Forward computation in CPU can be slow if SciPy is not available.
Parameters: x ( Variableornumpy.ndarrayorcupy.ndarray) – Input variable.Returns: Output variable. Return type: Variable