Skip to content

VedExcel

  • Home
  • Python
  • About Us
  • Contact

Statistics

This page contains python tutorials

How to Make a Bell Curve in Python

December 29, 2024December 28, 2024 by Ved

The normal distribution is informally called a bell curve because it has bell shape structure. In this article, we will discuss …

Read more

How to Calculate SMAPE in Python

July 12, 2021May 31, 2021 by Ved

The Symmetric mean absolute percentage error (SMAPE or sMAPE) is used to measure accuracy based on percentage errors for dataset. …

Read more

How to Calculate MAPE in Python

June 20, 2021May 31, 2021 by Ved

The mean absolute percentage error (MAPE) or mean absolute percentage deviation (MAPD) is used to measure prediction accuracy for a …

Read more

How to Calculate Rolling Correlation in Python

June 6, 2021May 31, 2021 by Ved

Correlation are very much helpful for model prediction or forecasting if there is relationship exists. Rolling correlations are correlations between …

Read more

How to Generate a Normal Distribution in Python

January 3, 2021 by Ved

The normal distribution is continuous probability distribution for real values random variables whose distributions are not known. It is one …

Read more

How to Calculate Binomial Distribution in Python

June 20, 2021January 3, 2021 by Ved

The binomial distribution is the basis for popular binomial test in statistics. The binomial distribution probability distribution that summarize about …

Read more

How to Calculate Mean Squared Error (MSE) in Python

July 17, 2021January 3, 2021 by Ved

Mean squared error (MSE) of an estimator measures the average of the squared errors, it means averages squared difference between …

Read more

How to Calculate Root Mean Squared Error (RMSE) in Python

January 3, 2021 by Ved

The root mean squared error (RMSE) is used to measured the differences between values predicted by the model and observed …

Read more

How to Calculate Autocorrelation in Python

January 3, 2021January 3, 2020 by Ved

Autocorrelation measures the degree of same variable correlation in time series and lagged version of the value of a variable. …

Read more

Newer posts
← Previous Page1 Page2

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