Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tfd_sample

Generate samples of the specified shape.


Description

Note that a call to tfd_sample() without arguments will generate a single sample.

Usage

tfd_sample(distribution, sample_shape = list(), ...)

Arguments

distribution

The distribution being used.

sample_shape

0D or 1D int32 Tensor. Shape of the generated samples.

...

Additional parameters passed to Python.

Value

a Tensor with prepended dimensions sample_shape.

See Also

Examples

d <- tfd_normal(loc = c(1, 2), scale = c(1, 0.5))
  d %>% tfd_sample()

tfprobability

Interface to 'TensorFlow Probability'

v0.11.0.0
Apache License (>= 2.0)
Authors
Sigrid Keydana [aut, cre], Daniel Falbel [ctb], Kevin Kuo [ctb] (<https://orcid.org/0000-0001-7803-7901>), RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.