23 #ifndef SG_EST_PARTIAL_H
24 #define SG_EST_PARTIAL_H
31 #include <QtCore/QString>
95 inline const QString&
getName()
const;
101 inline double getD()
const;
126 inline void setName(
const QString& name);
131 inline void setD(
double d);
256 tStart_(p.getTStart()),
257 tFinis_(p.getTFinis())
const SgMJD tZero(1957, 10, 4)
SgMJD tStart_
MJD of the first measurement;.
void updateStatistics(const SgMJD &t, double weight)
void setTFinis(const SgMJD &t)
QString name_
name of a derivation;
void setDataDomain(DataDomain domain)
SgMJD tFinis_
MJD of the last measurement;.
double twSum_
the weighted sum of epochs of observation;
void setName(const QString &name)
const SgMJD & getTStart() const
int numObs_
number of points per derivation;
double wSum_
the sum of weights of observations;
SgMJD getTMean(const SgMJD &=tZero) const
void setTStart(const SgMJD &t)
SgPartial & operator=(const SgPartial &a)
const QString & getName() const
int numSes_
number of sessions per derivation;
const SgMJD & getTCurrent() const
static const QString className()
DataDomain getDataDomain() const
double d_
value of a derivation;
@ Attr_IS_SPECIAL
for estimator use
@ Attr_IS_PARTIAL_SET
rise this bit on when the partial is assigned
@ Attr_IS_PROPAGATED
the parameter's info have to be propagated in future
@ Attr_IS_BREAK
there is a break in the parameter's behavior
const SgMJD & getTFinis() const