Skip to content

Relaxing constant sigma assumption #7

@kevinykuo

Description

@kevinykuo

If we wanted to make this bit

# for the toy example, assume y* ~ N(mu, sigma) with fixed sigma
sigma_star <- tf$constant(noise_sd, dtype = tf$float32)
list(mu = mu_star, sigma = sigma_star)

more general, what would be the correct way to do it? Would we try to estimate it from the n_draws draws of each of the y* predictions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions