Learn R Programming

tfprobability (version 0.12.0.0)

tfd_mean: Mean.

Description

Mean.

Usage

tfd_mean(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.

See Also

Other distribution_methods: tfd_cdf(), tfd_covariance(), tfd_cross_entropy(), tfd_entropy(), tfd_kl_divergence(), tfd_log_cdf(), tfd_log_prob(), tfd_log_survival_function(), tfd_mode(), tfd_prob(), tfd_quantile(), tfd_sample(), tfd_stddev(), tfd_survival_function(), tfd_variance()

Examples

Run this code
# NOT RUN {
  d <- tfd_normal(loc = c(1, 2), scale = c(1, 0.5))
  d %>% tfd_mean()
# }

Run the code above in your browser using DataLab