Posts

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  ๐Ÿ“Œ Discrete Probability Distributions ๐ŸŽฏ 3. Binomial Distribution ✅ Definition : 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 in...

Introduction to Probabilistic Modelling

๐Ÿง  1. Introduction to Probability   ๐Ÿ”น 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...

Confidence Interval Estimation for Mean Using t-Test

Image
  I. Introduction to Confidence Intervals: A confidence interval is a range of values that is likely to include the true parameter of interest. In the context of estimating the mean, it provides a range within which we are reasonably confident the true population mean lies. Confidence intervals are useful because they convey both point estimates and a measure of uncertainty. II. Basics of Confidence Intervals for the Mean: Formula for Confidence Interval: � ห‰ ± � ( � � ) x ห‰ ± t ( n ​ s ​ ) � ห‰ x ห‰ is the sample mean. � t is the critical t-value from the t-distribution. � s is the sample standard deviation. � n is the sample size. III. The t-Distribution: The t-distribution is used when the sample size is small or when the population standard deviation is unknown. It is similar to the normal distribution but has fatter tails, accommodating the additional uncertainty associated with small sample sizes. IV. Calculating the Critical t-Value: The critical t-value is determined by...