plot_elbo {phenopath}R Documentation

Plots the ELBO

Description

Plots the evidence lower bound (ELBO) as a function of iterations

Usage

plot_elbo(fit)

Arguments

fit

An object returned by a call to phenopath

Value

A ggplot2 object of the ELBO against the number of iterations

Examples

sim <- simulate_phenopath()
fit <- phenopath(sim$y, sim$x)
plot_elbo(fit)

[Package phenopath version 1.17.0 Index]