Posts

Showing posts from June, 2023

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...

Variance and Standard Deviation for Grouped Data

Image
    Variance and standard deviation are statistical measures used to understand the spread or dispersion of data points in a set, whether the data is grouped or ungrouped. However, calculating variance and standard deviation for grouped data involves some modifications to the formulas used for ungrouped data. Variance for Grouped Data  When dealing with grouped data, where data points are organized into intervals or classes, we use a slightly different formula to calculate the variance. The formula for variance in grouped data is as follows: Variance = Σ((f * (x - μ)²)) / N Where: Σ represents the sum of the values. f is the frequency (number of observations) in each class. x is the midpoint of each class interval. μ (mu) is the mean of the data set. N is the total number of observations (sum of frequencies). Standard Deviation for Grouped Data The formula for standard deviation in grouped data is similar to the formula for variance. W...

Variance and Standard Deviation

Image
  Variance and Standard Deviation Variance and standard deviation are statistical measures that help us understand the spread or dispersion of a set of data points. They provide insights into how closely the data points are clustered around the mean or average value. Variance  Variance measures the average of the squared differences between each data point and the mean of the data set. It gives us an idea of how much the individual data points deviate from the mean. A higher variance indicates a greater spread or dispersion of the data points, while a lower variance suggests they are more closely clustered around the mean. For ungrouped data, the formula for variance is as follows: Variance = Σ((x - μ)²) / N Where: Σ represents the sum of the values. x is each individual data point. μ (mu) is the mean of the data set. N is the total number of data points. Standard Deviation  Standard deviation is the square root of the variance. It provides ...

Confidence Interval for Mean Using Z-Test

  Confidence Interval for Mean When the standard deviation of the population is known, the confidence interval for the population mean can be calculated using the Z-test. The Z-test assumes that the population follows a normal distribution or that the sample size is large enough to apply the Central Limit Theorem. Here's how you can calculate a confidence interval for the population mean with a known standard deviation: Determine the confidence level: Specify the desired level of confidence for the interval. Common choices are 90%, 95%, or 99%. Identify the critical value: Determine the critical value associated with the chosen confidence level. This value corresponds to the z-score from the standard normal distribution. For example, for a 95% confidence level, the critical value is approximately 1.96. Gather sample data: Take a random sample from the population of interest. While the sample size doesn't affect the calculation of ...

Non Probability Sampling Techniques

  Non-Probability Sampling Techniques Non-probability sampling techniques are methods used to select a sample from a population in which the probability of each individual being included is not known or cannot be determined. These techniques do not rely on random selection and therefore do not guarantee a representative sample from the population. Here are some commonly used non-probability sampling techniques: Convenience Sampling: Convenience sampling involves selecting individuals who are readily available or easily accessible to the researcher. This method is convenient and often used when time, resources, or access to the population is limited. However, it can introduce bias since individuals who are conveniently available may not represent the entire population. Purposive Sampling: Purposive sampling involves selecting individuals who meet specific criteria relevant to the research objective. The researcher uses their judgment to handpick participants who a...

Probability Sampling Techniques

Image
  Probability Sampling Techniques Probability sampling techniques are methods that allow researchers to select a sample from a population using random selection. These techniques provide every individual in the population with a known, non-zero probability of being included in the sample. Here are some commonly used types of probability sampling techniques: Simple Random Sampling: Simple random sampling is a basic form of probability sampling where each individual in the population has an equal chance of being selected. This is typically done using a random number generator or a table of random numbers. Stratified Sampling: Stratified sampling involves dividing the population into distinct subgroups or strata based on certain characteristics that are relevant to the research objective (e.g., age, gender, income). A random sample is then taken from each stratum proportionate to its size, ensuring representation from all subgroups. Cluster Sampling: Cluste...

Properties of Good Estimator

  Properties of Good Estimator A good point estimator should possess several desirable properties. Here are some important properties of a good point estimator: Unbiasedness:  An estimator is said to be unbiased if, on average, it gives the correct value of the parameter it is estimating. In other words, the expected value of the estimator equals the true value of the parameter. An unbiased estimator does not systematically overestimate or underestimate the parameter. Efficiency: An efficient estimator is one that has the smallest possible variance among all unbiased estimators. In other words, it provides the most precise estimate of the parameter compared to other estimators. Efficiency is a desirable property because it reduces the variability or uncertainty in the estimation. Consistency: A consistent estimator is one that approaches the true value of the parameter as the sample size increases. As the sample size grows larger, a consistent estimator s...