Changeset 2779 for trunk/doc/pslib/psLibADD.tex
- Timestamp:
- Dec 21, 2004, 11:37:08 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibADD.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibADD.tex
r2641 r2779 1 %%% $Id: psLibADD.tex,v 1.5 5 2004-12-06 21:35:43price Exp $1 %%% $Id: psLibADD.tex,v 1.56 2004-12-21 21:37:08 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 304 304 contribute a fraction of a value, equivalent to the weight. In the 305 305 interests of speed, a boxcar PDF may be used to represent each input 306 value (as opposed to a Gaussian), where the width is equal to 2.35 307 times the error (i.e., the full width at half maximum) and each input 308 value contributes constant area. Then the mean, median, mode, 309 standard deviation and quartiles are estimated in the same manner as 310 above. 306 value (as opposed to a Gaussian), where the boxcar width is equal to 307 $2 \sqrt{2 \ln 2}$ times the error and each input value contributes 308 constant area. Then the mean, median, mode, standard deviation and 309 quartiles are estimated in the same manner as above. 311 310 312 311 \paragraph{Histograms} … … 315 314 input values, the approach described above for the robust statistics 316 315 is used (i.e., the histograms become probability density functions). 316 317 An example may help here. Say we have our histogram bounds being 0, 318 1, 2, 3, 4, 5; and our value is $2.5 \pm 0.5$. Then, the width of the 319 contribution is $0.5 \times 2.35... \approx 1.175$. Half the width is 320 0.5875, so we will treat this value as a boxcar from $2.5 - 0.5875$ to 321 $2.5 + 0.5875$. 322 323 Consequently, the bins 0 to 1 and 4 to 5 get no value, because none of 324 the boxcar overlaps. The bin 1 to 2 gets 0.0875, because that's the 325 fraction of the boxcar that overlaps with it; same thing with the bin 326 3 to 4. The bin 2 to 3 gets 0.825 because that's the fraction of the 327 boxcar that overlaps with it. So the single value $2.5 \pm 0.5$ makes 328 the following histogram: 329 330 \begin{tabular}{lr} 331 Bin & Value \\ \hline 332 0--1 & 0 \\ 333 1--2 & 0.0875 \\ 334 2--3 & 0.8250 \\ 335 3--4 & 0.0875 \\ 336 4--5 & 0 \\ 337 \end{tabular} 338 339 Note that the total adds to one --- the number of values added. 317 340 318 341 \subsubsection{Matrix Operations}
Note:
See TracChangeset
for help on using the changeset viewer.
