reno.viz#
Various visualization tools, classes, and functions.
A lot of this may eventually need to be broken out into separate submodules for sanity.
Functions
|
Plot the sampled distribution densities for the specified variable from each of the passed traces + prior trace. |
|
Plot the timeseries data for the specified variable from each of the passed traces + prior trace. |
|
Get smoothed histogram (density plot) data from an array. |
|
Render a bunch of subplots containing the line plots for the values of the passed references. |
|
I've seen this type of plot in a few SDM textbooks and references at this point, it plots all the specified references on the same plot and scales each one individually. |
|
Create a set of plots for each of the specified references, automatically plotting timeseries sequences or distribution densities where relevant. |
Classes
|
An interactive widget that displays all of the latex equations of a model. |
|
An interface for viewing a model, modifying any free variables, and simulating live. |
|
A textbox associated with a reference, used for modifying an equation in a visual interface. |