chainer.functions.polygamma¶
-
chainer.functions.
polygamma
(n, x)[source]¶ Polygamma function.
Note
Forward computation in CPU can not be done if SciPy is not available.
- Parameters
n (
Variable
or N-dimensional array) – Input variable.x (
Variable
or N-dimensional array) – Input variable.
- Returns
Output variable.
- Return type