A Csiszar-function is a member of F = { f:R_+ to R : f convex }.

vi_chi_square(logu, name = NULL)

Arguments

logu

float-like Tensor representing log(u) from above.

name

name prefixed to Ops created by this function.

Value

chi_square_of_u: float-like Tensor of the Csiszar-function evaluated at u = exp(logu).

Details

The Chi-square Csiszar-function is:

f(u) = u**2 - 1

Warning: this function makes non-log-space calculations and may therefore be numerically unstable for |logu| >> 0.

See also