5 BPHYS102 MODULE V CH 2 Statstical Physics For Computation
5 BPHYS102 MODULE V CH 2 Statstical Physics For Computation
Descriptive Statistics: Descriptive statistic s is a term given to the analysis of data that helps
to describe, show, and summarize data in a meaningful way. It is a simple way to describe our
data. Descriptive statistics is very important to present our raw data ineffective/meaningful way
using numerical calculations or graphs or tables. This type of statistics is applied to already
known data.
Inferential Statistics: In inferential statistics, predictions are made by taking any group of data
in which you are interested. It can be defined as a random sample of data taken from a
population to describe and make inferences about the population. Any group of data that
includes all the data you are interested in is known as population. It basically allows you to
make predictions by taking a small sample instead of working on the whole population.
Difference between Descriptive and Inferential statistics:
Subject: Physics for CSE stream Faculty: Dr Anita R Shettar, Dr. Soumya & Prof. Pallavi B Page 1 of 6
Poisson Distribution
If the probability p is so small that the function has significant value only for very small k, then
the distribution of events can be approximated by the Poisson Distribution.
Probability mass function
A discrete Random variable X is said to have a Poisson distribution, with parameter, if it has a
probability Mass Function given by
λ𝑘 𝑒 − λ
f ( k ; λ)=P(X=k) =
𝑘!
Here k is the number of occurrences, e is Euler’s Number, ! is the factorial function. The
positive real number λ is equal to the expected value of X and also to its Variance. The Poisson
distribution may be used in the design of experiments such as scattering experiments where a
small number of events are seen.
Subject: Physics for CSE stream Faculty: Dr Anita R Shettar, Dr. Soumya & Prof. Pallavi B Page 2 of 6
λ𝑘 𝑒 − λ 1𝑘 𝑒 − 1
P(k overflow floods in 100 years) = =
𝑘! 𝑘!
λ𝑘 𝑒 − λ 10 𝑒 − 1 𝑒 −1
P(k=0 overflow floods in 100 years) = = = = 0.368
𝑘! 0! 1
λ𝑘 𝑒 − λ 11 𝑒 − 1 𝑒 −1
P(k=1 overflow floods in 100 years) = = = = 0.368
𝑘! 1! 1
λ𝑘 𝑒 − λ 12 𝑒 − 1 𝑒 −1
P(k=2 overflow floods in 100 years) = = = = 0.184
𝑘! 2! 2
Subject: Physics for CSE stream Faculty: Dr Anita R Shettar, Dr. Soumya & Prof. Pallavi B Page 3 of 6
So far, no convincing proton decay events have been seen. Poisson statistics provides a
convenient means for assessing the implications of the absence of these observations. If we
presume that λ = 3 observed decays per year is the mean, then the Poisson distribution function
tells us that the probability for zero observations of a decay is
λ𝑘 𝑒 − λ λ𝑘 𝑒 − λ
p (k) = p(k) = = 0.05
𝑘! 𝑘!
This low probability for a null result suggests that the proposed lifetime of 1033 years is too
short. While this is not a realistic assessment of the probability of observations because there
are a number of possible pathways for decay, it serves to illustrate in principle how even a non-
observation can be used to refine a proposed lifetime.
Standard Deviations
The Standard Deviation is a measure of how spread out numbers are. 68% of values
are within 1 standard deviation of the mean. 95% of values are within 2 standard deviations of
the mean. 99.7%of values are within 3 standard deviations of the mean
Subject: Physics for CSE stream Faculty: Dr Anita R Shettar, Dr. Soumya & Prof. Pallavi B Page 4 of 6
Monte-Carlo Method
Monte Carlo methods vary, but tend to follow a particular pattern:
1. Define a domain of possible inputs
2. Generate inputs randomly from a probability distribution over the domain
3. Perform a deterministic computation on the inputs
4. Aggregate the results
Monte Carlo method applied to approximating the value of π. For example, consider a quadrant
inscribed in a unit square. Given that the ratio of their areas is π/ 4, the value of π can be
approximated using a Monte Carlo method:
Subject: Physics for CSE stream Faculty: Dr Anita R Shettar, Dr. Soumya & Prof. Pallavi B Page 6 of 6