Workflows
Design a study — before you build a model, make sure you’ve got a clear purpose.
Build a model —
Solve it — in Solving Dynamical Systems, we describe how
ramp.xdssolves systems of differential equations. The outputs are parsed, making it easy to use the dependent variables by name.Visualize the outputs — In Visualization, we describe how to use built-in functions to visualize the outputs, making it easy to visualize model outputs.
Fit the model to data – Each model is required to supply functions that describe how the states get translated into observable quantities. In Observational Processes, we introduce the concepts of fitting and goodness of fit using SimBA.
Build a Pipeline – Each model is required to supply functions that describe how the states get translated into observable quantities. In Observational Processes, we discuss a models skill set, and