pint.residuals
Objects for comparing models to data.
These objects can be constructed directly, as Residuals(toas, model)
, or
they are constructed during fitting operations with pint.fitter.Fitter
objects, as fitter.residual
. Variants exist for arrival-time-only data
(pint.residuals.Residuals
) and for arrival times that come paired with
dispersion measures (pint.residuals.WidebandTOAResiduals
).
Classes
|
Collect results from different type of residuals. |
|
Class to compute residuals between TOAs and a TimingModel. |
|
Residuals for independent DM measurement (i.e. |
|
A class for handling the wideband toa residuals. |