scipy.maxentropy.maxentutils.robustlog

scipy.maxentropy.maxentutils.robustlog(x)

Returns log(x) if x > 0, the complex log cmath.log(x) if x < 0, or float(‘-inf’) if x == 0.

Previous topic

scipy.maxentropy.maxentutils.logsumexp_naive

Next topic

scipy.maxentropy.maxentutils.rowmeans

This Page