Introduction to Applied Statistics

1 min read Updated Tue Apr 28 2026 07:56:31 GMT+0000 (Coordinated Universal Time)

A continuation of 2nd semester’s Statistics section. Revise uniform, binomial, poisson distributions.

Probability Distribution

Poisson point process

A mathematical model used to describe random points scattered in space or time, where the points occur independently of each other.

Key properties:

  • Independence: The number of points in disjoint regions are independent random variables.
  • Homogeneity: λ\lambda is a known constant throughout the space or time interval.

Poisson point processes are fundamental in modeling random arrivals (such as phone calls, radioactive decay events, or raindrops falling) and serve as the basis for more complex stochastic processes.

Memorylessness

A property of probability distributions. Describes situations where previous failures or elapsed time does not affect future trials or further wait time.

A random variable XX is said to be memoryless if for all s,t0s, t \geq 0:

P(X>s+tX>s)=P(X>t)P(X > s + t \mid X > s) = P(X > t)

Only the geometric and exponential distribution are memoryless.