Many statistical tests make the assumption that datasets are normally distributed. However, this is often…
Descriptive Statistics in Python
-
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Sample & Population Variance in Python
by Erma Khanby Erma KhanThe variance is a way to measure the spread of values in a dataset. The formula to…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate a Trimmed Mean in Python (With Examples)
by Erma Khanby Erma KhanA trimmed mean is the mean of a dataset that has been calculated after removing…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Conditional Probability in Python
by Erma Khanby Erma KhanThe conditional probability that event A occurs, given that event B has occurred, is calculated…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate the Standard Deviation of a List in Python
by Erma Khanby Erma KhanYou can use one of the following three methods to calculate the standard deviation of…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Normalize Data in Python
by Erma Khanby Erma KhanOften in statistics and machine learning, we normalize variables such that the range of the…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Find the Antilog of Values in Python
by Erma Khanby Erma KhanThe antilog of a number is the inverse of the log of a number. So,…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Manhattan Distance in Python (With Examples)
by Erma Khanby Erma KhanThe Manhattan distance between two vectors, A and B, is calculated as: Σ|Ai – Bi| where i is the…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Cross Correlation in Python
by Erma Khanby Erma KhanCross correlation is a way to measure the degree of similarity between a time series…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Deciles in Python (With Examples)
by Erma Khanby Erma KhanIn statistics, deciles are numbers that split a dataset into ten groups of equal frequency.…