Standard deviation is defined as, stddev = E[(X - E[X])**2]**0.5
#' where X is the random variable associated with this distribution, E denotes expectation,
and Var$shape = batch_shape + event_shape.
Usage
tfd_stddev(distribution, ...)
Arguments
distribution
The distribution being used.
...
Additional parameters passed to Python.
Value
a Tensor of shape sample_shape(x) + self$batch_shape with values of type self$dtype.