Class MEAL::MeanFeed

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

A weighted mean of Feed 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 Feed *model)

Add the Model parameters to the running mean.

void update(Feed *model) const

Update the Model parameters with the current mean.

double chisq(const Feed *model) const

Return the difference between the mean and the Feed.