Skip to content

VedExcel

  • Home
  • Python
  • About Us
  • Contact

Ved

How to Create a Q-Q Plot in Python(With Examples)

December 29, 2024December 28, 2024 by Ved

Whenever you are working with statistical tools that require data to be normally distributed, then probably we quickly want to …

Read more

How to Calculate Euclidean Distance in Python

December 29, 2024December 28, 2024 by Ved

The Euclidean distance between two points in either the plane or 3-dimensional space measures the length of a segment connecting …

Read more

How to Create a Covariance Matrix in Python

December 29, 2024December 28, 2024 by Ved

Covariance measures the simultaneous variability between the two variables. It is very useful way to understand how different variables are …

Read more

How to Replace Values in a List in Python

December 29, 2024December 28, 2024 by Ved

In this article, I will explain you how to replace some values dynamically in a list in python based on …

Read more

How to Calculate Hamming Distance in Python (With Examples)

December 29, 2024December 28, 2024 by Ved

The Hamming distance between two vectors is the number of positions at which the corresponding bits are different. For example, …

Read more

Calculate Confidence Interval in Python(With Examples)

December 29, 2024December 28, 2024 by Ved

Confidence interval can be used to estimate the population parameter with the help of an interval with some degree of …

Read more

How to Zip Two Lists in Python

December 29, 2024December 28, 2024 by Ved

In this post, I will explain you how to zip two list together in python and returns the merge list. …

Read more

Cosine Similarity in Python – How to Calculate

December 29, 2024December 28, 2024 by Ved

Cosine similarity measures the similarity between two vectors of an inner product space by calculating the cosine of the angle …

Read more

How to Calculate Z-Score in Python

December 29, 2024December 28, 2024 by Ved

In Statistics, a z-score indicates how many standard deviations away an element is from the mean. Use zscore() function from …

Read more

How to Perform a Shapiro-Wilk Test in Python

December 29, 2024December 28, 2024 by Ved

The Shapiro-Wilk test is used to calculate whether a random sample of data comes from a normal distribution which is …

Read more

Older posts
Page1 Page2 … Page5 Next →

Recent Posts

  • How to Create a Q-Q Plot in Python(With Examples)
  • How to Calculate Euclidean Distance in Python
  • How to Create a Covariance Matrix in Python
  • How to Replace Values in a List in Python
  • How to Calculate Hamming Distance in Python (With Examples)

Categories

  • Python (44)
    • Basic (2)
    • Charts (21)
    • Statistics (2)
  • Statistics (19)

Footer

  • Home
  • About Us
  • Contact
  • Privacy Policy
  • Terms of Condition
Copyright © 2025 VedExcel All rights reserved
Next Page »