Class MEAL::MeanInstrument

class MeanInstrument : public MEAL::Mean<MEAL::Complex2>

A weighted mean of Instrument parameter estimates.

Public Functions

virtual void integrate(const MEAL::Complex2 *model)

Add the Model parameters to the running mean.

virtual void update(MEAL::Complex2 *model) const

Update the Model parameters with the current value of the mean.

virtual double chisq(const MEAL::Complex2 *model) const

Return a measure of the difference between the mean and model.