Open
Description
The SingleArcVariationalSimulationResults
class appears to be undocumented (cannot find it in api) and has unexposed key members.
This is a key class for retrieving post-estimation results from the estimator object and I think including in the docs is important.
Furthermore, it looks as if the SingleArcVariationalSimulationResults
has state_transition_matrix_history
and sensitivity_matrix_history
properties exposed, but not the combination of the two (variational_equations_history
, which for example is an exposed property of the SingleArcVariationalSimulator
class).