PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
Mean.h Pure virtual base class of objects that compute mean model parameters. Definition Mean.h:24 virtual double chisq(const T *model) const Return the normalized difference between the mean and model. Definition Mean.h:35 virtual void integrate(const T *model)=0 Add the Function parameters to the running mean. virtual void update(T *model) const =0 Update the model parameters with the current value of the mean. Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|