Introduction to Discrete & Continuous Probability Distributions
✅ 1. What is a Probability Distribution?
A probability distribution describes how probabilities are distributed over the values of a random variable.
-
Random Variable: A variable whose values are outcomes of a random phenomenon.
馃М 2. Types of Probability Distributions
Type Description GIS Example Discrete Takes countable values Number of landslides per year in a valley Continuous Takes infinite values over an interval Rainfall (mm), elevation, temperature
| Type | Description | GIS Example |
|---|---|---|
| Discrete | Takes countable values | Number of landslides per year in a valley |
| Continuous | Takes infinite values over an interval | Rainfall (mm), elevation, temperature |
馃搶 Discrete Probability Distributions
馃幆 3. Binomial Distribution
✅ Definition:
Used when an experiment is repeated n times, and each trial has two outcomes: success or failure.
Used when an experiment is repeated n times, and each trial has two outcomes: success or failure.
✅ Conditions:
-
Fixed number of trials (n)
-
Only two possible outcomes per trial (success/failure)
-
Constant probability of success (p)
-
Trials are independent
-
Fixed number of trials (n)
-
Only two possible outcomes per trial (success/failure)
-
Constant probability of success (p)
-
Trials are independent
✅ Formula:
Where:
-
: probability of success
-
: combination formula
Where:
-
: probability of success
-
: combination formula
馃搷 Example:
Suppose there’s a 0.3 chance that a village is at high flood risk. Out of 5 randomly selected villages, what is the probability exactly 2 are high risk?
Suppose there’s a 0.3 chance that a village is at high flood risk. Out of 5 randomly selected villages, what is the probability exactly 2 are high risk?
馃敘 4. Poisson Distribution
✅ Definition:
Used to model the number of times an event occurs in a fixed interval of time or space, where events occur independently.
Used to model the number of times an event occurs in a fixed interval of time or space, where events occur independently.
✅ Conditions:
-
Events occur one at a time
-
Average rate is constant
-
Events are independent
-
Events occur one at a time
-
Average rate is constant
-
Events are independent
✅ Formula:
Where:
-
: average number of occurrences
-
: actual number of occurrences
Where:
-
: average number of occurrences
-
: actual number of occurrences
馃搷 Example:
On average, 3 landslides occur in a region each year. What is the probability there will be exactly 2 landslides in the coming year?
On average, 3 landslides occur in a region each year. What is the probability there will be exactly 2 landslides in the coming year?
馃搳 Continuous Probability Distributions
馃寪 5. Normal Distribution
✅ Definition:
A continuous distribution that is symmetric and bell-shaped, representing many natural and measurement-based phenomena.
✅ Conditions:
-
Data is continuous
-
Symmetric around the mean
-
Mean = Median = Mode
-
Follows the 68-95-99.7 rule
✅ Formula (Probability Density Function):
Where:
-
: mean
-
: standard deviation
馃搷 Example:
The average elevation of a region is 2,000 meters with a standard deviation of 200 meters.
We want to know the probability that a randomly chosen location has elevation between 1,800 and 2,200 meters.
This range is within ±1 standard deviation, so by the empirical rule,
馃幆 7. Applications in GIS
-
Binomial: Probability a satellite detects high NDVI in certain % of land
-
Poisson: Earthquake events in a seismic zone
-
Normal: Distribution of temperatures or rainfall across regions
Comments
Post a Comment