• Blog
  • YouTube
  • Discord
Data Freelancing
Mentorships

Blog

  • Home
  • Blog
  • Page 4
Python

One-Way ANOVA

June 15, 2025 Ryan Nolan No comments yet

https://youtu.be/e0lum-6vuw4#Use ANOVA to compare the means of three or more groups.#Ensure the assumptions of ANOVA are satisfied before applying the test. #One Way#Independent Variable: Only one factor is analyzed (e.g., different treatments or conditions).#Testing the effect of different diets (Diet A, Diet B, Diet C) on weight loss. Here, the diet is the single factor […]

Python Pandas

How to Normalize a Column Python Pandas

June 15, 2025 admin No comments yet

Let’s learn the different ways we can normalize a column from a pandas dataframe in python. Pandas: Pandas is an open source python library built on top of numpy. It is used in machine learning and data science for its various data structures and easy to use functions to manipulate data in dataframes. Pandas is […]

Statistics

python covariance matrix

June 12, 2025 Ryan Nolan No comments yet

Example 1 Manual #The positive value of 3.6 indicates that the prices of Stock A and Stock B tend to move in the same#direction. When the price of Stock A increases, the price of Stock B also tends to increase,#and vice versa. Example 2 Numpy Sample Covariance Example 4 Pandas Sample – No Option Example […]

Statistics

python skewness of distribution

June 12, 2025 Ryan Nolan No comments yet
Statistics

Law of Large Numbers Python

June 12, 2025 Ryan Nolan No comments yet

Example 1 Coin Flips (Bernoulli Distribution) #If we repeat the coin flip multiple times, the sum of these Bernoulli trials follows a#Binomial distribution. However, when looking at a single flip, it’s simply a Bernoulli distribution Example 2 Data Science Salaries (Normal Distribution)

Statistics

Python probability mass function

June 12, 2025 Ryan Nolan No comments yet

Example 1 Binom success or failure, multiple trials each time Example 2 Poisson number of events happening in a fixed interval of time Example 3 Geometric trials till first success Example 4 Uniform equal likelyhood of result

Statistics

Python Probability Point Function

June 12, 2025 Ryan Nolan No comments yet

Example 1 lowest 20% lowest 70% Example 2 Find the data points that are between 25 and 50% Example 3 Find the top 20% data points Example 4 Numpy Percentiles Cover Quartile, Decile, Percentile in the next video Example 5 Graph Matplotlib seaborn doesnt have a PPF Option

Statistics

Python Cumulative distribution function

June 12, 2025 Ryan Nolan No comments yet

Example 1 Manual Calculation Much Easier Examples A Cumulative Distribution Function (CDF) can be used with either a value from the distribution or a Z-score, depending on the context: Example 2 CDF at a single point Example 3 CDF Range Example 4 CDF Right Side, Example Value greater than 2 Example 5 Graph Seaborn

Statistics

uniform distribution python

June 12, 2025 Ryan Nolan No comments yet

https://colab.research.google.com/drive/1And9Ryq0SUIrzRwPKNu_51N5LOmcl26m?authuser=2 Example 1 Random Numbers 0 to 1 Example 2 Generate Dice Rolls Example 3 Data Points Example 4 Histogram Plot Example 5 Calculate PMF Example 6 Calculate CDF

Statistics

Poisson distribution in python

June 12, 2025 Ryan Nolan No comments yet

https://colab.research.google.com/drive/1xDMi4lOvL9L1v_qW_uapz3DhJE8Rh3_Q?authuser=2 Example 1 generate Poisson-Distributed Random Variables Numpy Example 2 generate Poisson-Distributed Random Variables Scipy Example 3 Calculating Poisson Probability Mass Function (PMF) Part 1 # is a function that gives the probability that a discrete random variable is exactly#equal to a particular value. In other words, the PMF describes the distribution of a#discrete random […]

Posts pagination

Previous 1 … 3 4 5 … 14 Next

Search

Categories

  • LangChain 3
  • LeetCode 8
  • Linear Algebra 7
  • N8N 2
  • Python 26
  • Python Pandas 31
  • scikit-learn 26
  • Statistics 21
  • Time Series 6
  • Uncategorized 2
  • Web Scraping 4

Recent posts

  • FAISS LangChain
  • hyperparameter tuning with scikit learn
  • principal component analysis scikit learn

Helping Data Professions further there careers

Important Links
  • Blog
  • Sponsorships
  • Mentorships
  • Data Freelancing
LinkedIn
  • Ryan Nolan
  • Matt Payne
Get in touch
  • ryannolandata@gmail.com

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy