pint.residuals.CombinedResiduals

class pint.residuals.CombinedResiduals(residuals)[source]

Bases: object

Collect results from different type of residuals.

Parameters:

residuals (List of residual objects) – A list of different types of residual objects

Note

Since different type of residuals has different units, the overall residuals will have no units.

Methods

rms_weighted()

Compute weighted RMS of the residuals in time.

Attributes

chi2

data_error

model

Return the single timing model object.

unit

property model

Return the single timing model object.

rms_weighted()[source]

Compute weighted RMS of the residuals in time.