plot_elbo {phenopath} | R Documentation |
Plots the evidence lower bound (ELBO) as a function of iterations
plot_elbo(fit)
fit |
An object returned by a call to |
A ggplot2
object of the ELBO against the number of iterations
sim <- simulate_phenopath() fit <- phenopath(sim$y, sim$x) plot_elbo(fit)