Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node131.html
Дата изменения: Wed Jul 2 03:52:42 2008
Дата индексирования: Fri Sep 5 19:38:10 2008
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
stdDev XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-3.33.4) [xmmsas_20080701_1801-8.0.0]

Least-squares fitting routines Least-squares fitting routines fitLine Home Index

Meta Index / Home Page / Least-squares fitting routines

stdDev

  function stdDev(vector)
    real(single), intent(in) :: vector(:)
    real(single)             :: stdDev
  end function stdDev

This find the average $<v>$ of the input values $v_i$, then estimates the scatter or standard deviation $\sigma$ of these values from


\begin{displaymath}
\sigma^2 = \frac{1}{N-1} \sum_{i}^{N} (v_i - <v>)^2.
\end{displaymath}



XMM-Newton SOC/SSC -- 2008-07-01