Cosine Similarity is a measure of the similarity between two vectors of an inner product…
Descriptive Statistics in Python
-
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Skewness & Kurtosis in Python
by Erma Khanby Erma KhanIn statistics, skewness and kurtosis are two ways to measure the shape of a distribution. Skewness is a measure of…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate the Standard Error of the Mean in Python
by Erma Khanby Erma KhanThe standard error of the mean is a way to measure how spread out values…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate The Interquartile Range in Python
by Erma Khanby Erma KhanThe interquartile range, often denoted “IQR”, is a way to measure the spread of the middle 50%…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Relative Frequency in Python
by Erma Khanby Erma KhanRelative frequency measures how frequently a certain value occurs in a dataset relative to the total…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Point-Biserial Correlation in Python
by Erma Khanby Erma KhanPoint-biserial correlation is used to measure the relationship between a binary variable, x, and a continuous…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Jaccard Similarity in Python
by Erma Khanby Erma KhanThe Jaccard similarity index measures the similarity between two sets of data. It can range…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
Equal Frequency Binning in Python
by Erma Khanby Erma KhanIn statistics, binning is the process of placing numerical values into bins. The most common form of…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Calculate Mahalanobis Distance in Python
by Erma Khanby Erma KhanThe Mahalanobis distance is the distance between two points in a multivariate space. It’s often used to…
-
Descriptive Statistics in PythonPythonSoftware Tutorials
How to Remove Outliers in Python
by Erma Khanby Erma KhanAn outlier is an observation that lies abnormally far away from other values in a dataset. Outliers…