- Timestamp:
- Jun 1, 2017, 4:23:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.calibration/calibration.tex
r39893 r40060 1603 1603 \subsubsection{Iteratively Reweighted Least Squares Fitting} 1604 1604 1605 \begin{verbatim} 1606 subsection outline 1607 * motivation (high outlier rate -- quantify?) 1608 * data prep: 1609 * all R,D values are projected to a locally-linear coordinate system 1610 * the time is modified to refer to the mean epoch (why?) 1611 * parallax factors are calculated for each epoch 1612 * data: X + dX, Y + dY 1613 * sequence 1614 * ordinary least-squares fit 1615 * calculate deviations from the fit 1616 * calculate a weight-factor based on (Rx / sigmax) 1617 * multiply standard weight by weight-factor 1618 * fit using modified weights 1619 * check for convergence: 1620 * if (B_i - B^\prime_i) > Tol * |B_i| 1621 * if (B_i - B^\prime_i) > Tol_value 1622 * if not converged, repeat 1623 * once done, calculate the weight-factors again 1624 * points with weight-factors < THRESHOLD * ave weight factor : mask 1625 * calculate chi-square value using unmasked points 1626 * run bootstrap re-sampling (with unmasked points) to determine the errors 1627 \end{verbatim} 1628 1605 1629 \subsubsection{Seletion of Measurements} 1606 1630
Note:
See TracChangeset
for help on using the changeset viewer.
