Class MEAL::MeanSingleAxis

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

A weighted mean of SingleAxis 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 mean.

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

Return the difference between the mean and the model.

void integrate(const SingleAxis *model)

Add the SingleAxis model parameters to the running mean.

void update(SingleAxis *model) const

Update the SingleAxis model parameters with the current mean.

double chisq(const SingleAxis *single_axis) const

Return the difference between the mean and the SingleAxis.