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

sts_sample_uniform_initial_state

Initialize from a uniform [-2, 2] distribution in unconstrained space.


Description

Initialize from a uniform [-2, 2] distribution in unconstrained space.

Usage

sts_sample_uniform_initial_state(
  parameter,
  return_constrained = TRUE,
  init_sample_shape = list(),
  seed = NULL
)

Arguments

parameter

sts$Parameter named tuple instance.

return_constrained

if TRUE, re-applies the constraining bijector to return initializations in the original domain. Otherwise, returns initializations in the unconstrained space. Default value: TRUE.

init_sample_shape

sample_shape of the sampled initializations. Default value: list().

seed

integer to seed the random number generator.

Value

uniform_initializer Tensor of shape concat([init_sample_shape, parameter.prior.batch_shape, transformed_event_shape]), where transformed_event_shape is parameter.prior.event_shape, if return_constrained=TRUE, and otherwise it is parameter$bijector$inverse_event_shape(parameter$prior$event_shape).

See Also


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.