<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://e-learning.pan-training.eu/wiki/index.php?action=history&amp;feed=atom&amp;title=Basic_statistical_tools</id>
	<title>Basic statistical tools - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://e-learning.pan-training.eu/wiki/index.php?action=history&amp;feed=atom&amp;title=Basic_statistical_tools"/>
	<link rel="alternate" type="text/html" href="https://e-learning.pan-training.eu/wiki/index.php?title=Basic_statistical_tools&amp;action=history"/>
	<updated>2026-04-23T12:14:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://e-learning.pan-training.eu/wiki/index.php?title=Basic_statistical_tools&amp;diff=855&amp;oldid=prev</id>
		<title>Wikiadmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://e-learning.pan-training.eu/wiki/index.php?title=Basic_statistical_tools&amp;diff=855&amp;oldid=prev"/>
		<updated>2020-02-18T22:15:07Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:15, 18 February 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://e-learning.pan-training.eu/wiki/index.php?title=Basic_statistical_tools&amp;diff=854&amp;oldid=prev</id>
		<title>ucph&gt;Tommy: Created page with &quot;Were here present the basics of formal statistics needed to follow the mathematics behind the data analysis. This section can be studied independently of Data analysis packa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://e-learning.pan-training.eu/wiki/index.php?title=Basic_statistical_tools&amp;diff=854&amp;oldid=prev"/>
		<updated>2019-08-28T14:28:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Were here present the basics of formal statistics needed to follow the mathematics behind the data analysis. This section can be studied independently of Data analysis packa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Were here present the basics of formal statistics needed to follow the mathematics behind the data analysis. This section can be studied independently of [[Data analysis packages]] that present an introduction to the actual data analysis packages. &lt;br /&gt;
&lt;br /&gt;
== Counting statistics ==&lt;br /&gt;
For a single neutron, the probability of scattering into the detector will typically be much smaller than unity. &lt;br /&gt;
However, real experiments deal with thousands to billions of neutrons onto the sample per second, so here&lt;br /&gt;
the many small probabilities can give rise to a considerable total neutron count.&lt;br /&gt;
&lt;br /&gt;
The actual count number, \(N_j\), during a certain counting time is drawn from a stochastic variable, \(N\), that follows a Poisson distribution&lt;br /&gt;
\begin{equation} \label{eq:poisson}&lt;br /&gt;
P({\rm count\; number\; is\; k}) = \exp(-\lambda) \frac{\lambda^k}{k!} ,&lt;br /&gt;
\end{equation}&lt;br /&gt;
where \(\lambda\) is the (true) average number of counts for the given counting time. In other words, if the counting was repeated really many times, the mean count number would approach \(\lambda\); or \(\langle N \rangle \rightarrow \lambda\). For the Poisson distribution, the variance of the count number is \(\sigma^2(N) = \lambda\), meaning that the standard deviation is &lt;br /&gt;
\begin{equation}&lt;br /&gt;
\sigma(N) = \sqrt{\lambda} .&lt;br /&gt;
\end{equation}&lt;br /&gt;
In many cases one would approximate this distribution by a normal (or Gaussian) distribution&lt;br /&gt;
\begin{equation}&lt;br /&gt;
P(k) = \frac{1}{\sigma\sqrt{2\pi}} \exp(-(k-\mu)^2/(2 \sigma^2)) ,&lt;br /&gt;
\end{equation}&lt;br /&gt;
with identical mean values, \(\mu = \lambda\) and \(\sigma^2 = \lambda\). This approximation is reasonable when the expected count rate is sufficiently large, \(\lambda &amp;gt; 10\). For a normal distribution, 68% of the times the count value will&lt;br /&gt;
lie in the interval \({\mu}\pm\sigma\) - &lt;br /&gt;
and 95% of the times in the interval \(\mu\pm 2\sigma\). &lt;br /&gt;
&lt;br /&gt;
By one count experiment, one obtains the result \(N_1\). From this knowledge, the most likely&lt;br /&gt;
value of \(\lambda\) is &lt;br /&gt;
\begin{equation}&lt;br /&gt;
\lambda_{\rm exp.} = N_1 .&lt;br /&gt;
\end{equation}&lt;br /&gt;
For this reason, one often replaces the (unknown) true mean value with the actual count number in the expression for &lt;br /&gt;
the standard deviation (error bar) of the count number, reaching \(\sigma = \sqrt{N_1}\).&lt;br /&gt;
Although neither this approximation nor the assumption of Gaussian statistics hold for small count numbers,&lt;br /&gt;
they are in practice often used down to \(N_1=1\). For \(N_1=0\), a zero value of standard deviation will &lt;br /&gt;
lead to unphysical results: The error is zero, meaning that the true count number {\bf must} be zero no matter how long you count.&lt;br /&gt;
For this reason, a standard deviation value of \(\sigma = 1\) is often imposed for zero counts.&lt;/div&gt;</summary>
		<author><name>ucph&gt;Tommy</name></author>
	</entry>
</feed>