Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/7.1.0/doc/ssclib/node131.html
Дата изменения: Mon Jul 9 01:26:57 2007
Дата индексирования: Sat Dec 22 09:49:26 2007
Кодировка:

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


ssclib (ssclib-3.29.3) [xmmsas_20070708_1801-7.1.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 -- 2007-07-08