๐น What is Probability?
Probability is a way of measuring how likely an event is to happen. It's used when there is uncertainty about the outcome.
๐น Probability Space
A probability space includes:
Sample space (ฮฉ): All possible outcomes of an experiment.
E.g., ฮฉ = {infected, not infected} for testing a cow for a disease.
Event space (๐): Collection of events we are interested in.
E.g., event E = {infected}.
Probability (P): A number between 0 and 1 assigned to each event.
E.g., P(E) = 0.3 means a 30% chance of infection.
๐งช Example:
Let’s say in a herd of 100 animals, 25 have a parasitic infection.
P(infection) = 25/100 = 0.25
๐ 2. Conditional Probability
๐น What is it?
Conditional probability is the chance of one event happening given that another has already occurred.
๐ Formula:
๐
(
๐ด
∣
๐ต
)
=
๐
(
๐ด
∩
๐ต
)
๐
(
๐ต
)
P(A∣B)=
P(B)
P(A∩B)
๐งช Example (Animal Health):
Let:
A = Animal is infected.
B = Animal shows symptoms.
Then,
๐
(
Infected | Symptoms
)
=
P(Infected and Symptoms)
P(Symptoms)
P(Infected | Symptoms)=
P(Symptoms)
P(Infected and Symptoms)
This helps veterinarians determine true infection rates among symptomatic animals.
๐ง 3. Bayes’ Rule
Bayes’ Rule helps update our beliefs when we get new information.
๐ Formula:
๐
(
๐ต
∣
๐ด
)
=
๐
(
๐ด
∣
๐ต
)
⋅
๐
(
๐ต
)
๐
(
๐ด
)
P(B∣A)=
P(A)
P(A∣B)⋅P(B)
๐งช Animal Science Example:
B = Disease is present
A = Test result is positive
Bayes’ Rule lets us calculate:
"If the test is positive, what is the probability that the animal truly has the disease?"
This is key in evaluating diagnostic test accuracy (Sensitivity & Specificity).
๐ข 4. Random Variables
A random variable assigns a number to each possible outcome of a random experiment.
Types:
Discrete: Countable values
E.g., Number of calves born per year
Continuous: Any value in an interval
E.g., Weight of sheep in kg
๐ Example:
Let X = number of eggs laid by a hen in a day
Then X is a discrete random variable.
๐ 5. Probability Distributions
These show how probabilities are distributed over different values of a random variable.
๐น Discrete Distributions
Bernoulli: Success/Failure (e.g., Pregnant or not)
Binomial: Number of successes in n trials (e.g., infected cows in a sample of 10)
๐
(
๐
=
๐
)
=
(
๐
๐
)
๐
๐
(
1
−
๐
)
๐
−
๐
P(X=k)=(
k
n
)p
k
(1−p)
n−k
๐น Continuous Distributions
Normal (Gaussian):
Bell-shaped curve (e.g., milk yield, body weight)
๐ Animal Science Example:
Milk yield of cows often follows a normal distribution with most cows near the average.
๐ 6. Conditional Distributions and Joint Probability
๐น Joint Probability
Probability of two things happening together.
๐
(
๐ด
∩
๐ต
)
P(A∩B)
๐น Conditional Distribution
Given one variable’s value, what’s the distribution of the other?
๐งช Example (Breeding Program):
X = Conception (Yes/No)
Y = Type of nutrition
We can compute:
“What is the probability of conception given high-protein feed?”
๐งฌ 7. Probabilistic vs Statistical vs Bayesian Models
๐น Probabilistic Model
Defines how outcomes behave randomly.
E.g., Each cow has a 70% chance of getting vaccinated.
๐น Statistical Model
Uses data to estimate unknown parameters in a family of probability models.
E.g., Estimating infection rate from field data.
๐น Bayesian Model
Combines prior beliefs (before data) and new evidence (data) to update predictions.
E.g., Prior belief: 5% infection rate
After test: update this belief using Bayes' rule.
๐งช 8. Examples from Animal Sciences
Scenario Probabilistic Concept
Pregnancy rate after AI Binomial distribution
Predicting disease outbreak Conditional probability & Bayes' rule
Estimating weight gain in goats Normal distribution
Testing new vaccine effectiveness Bayesian model
๐ Summary
Probability helps us handle uncertainty in biological systems.
Conditional probability and Bayes’ Rule are essential for making informed decisions.
Random variables and their distributions model real-life animal science phenomena.
Probabilistic, statistical, and Bayesian models are all crucial for analysis and research.
๐ Suggested Activities
Class discussion: Give a real-life animal science scenario and ask students which probabilistic model fits.
Exercise: Calculate conditional probability from a 2x2 disease-test result table.
Mini-project idea: Survey animal weights and test whether they follow a normal distribution.
Comments
Post a Comment