next up previous contents
Next: French Mobility: an example Up: Numerical Methods for Estimating Previous: Numerical Methods for Estimating   Contents

Weighting and masking

In some historical data sets, certain data may be known to be affected by external agents such as war, or there may be some other bias or problem. This provides an incentive for weighting data sets. This is accomplished by introducing a weight vector of length $ m$ $ \bold w = \{w_1, \ldots,w_m\}$ that contains the weight for each data point $ d_i$. Weighted least squares is thus denoted

   vary $ \bold P$ such that$\displaystyle \quad
\sum {\left(\frac{r_i}{w_i}\right)}^2$   is minimized

If $ \bold w_i = 1$ for all $ i$, then we have the same model as before.

With historical time-series data, a more accurate analysis may be achieved by focusing on ``quiet'' periods and excluding unrepresentative data; for example, an analysis of nuclear testing data might be improved by excluding data from the years around the signing of the Nuclear Test Ban Treaty. Exclusion is accomplished by setting $ \bold
w_i = 0$ for certain values of $ i$. This is sometimes referred to as ``masking'' data, as we are hiding some of the points from the fitting engine.

Loglet Lab accommodates masking of the data. However, it does not allow use of user-specified weight vectors, though this functionality could be added in the future.


next up previous contents
Next: French Mobility: an example Up: Numerical Methods for Estimating Previous: Numerical Methods for Estimating   Contents
Jason Yung 2004-01-28