![]() |
VOOZH | about |
SciPy provides a comprehensive set of statistical functions in its scipy.stats module. These tools are important for performing descriptive statistics, statistical testing, probability distributions and random variable operations in scientific and data analysis workflows.
The following table summarizes key statistical functions in SciPy
Function | Description |
|---|---|
Calculates the average of a dataset by summing all values and dividing by the number of values. | |
Finds the most frequent value(s) in a dataset. | |
Identifies the middle value in a sorted dataset. | |
Measures the spread of data points around the mean | |
Calculates the reciprocal of the average of the reciprocals, useful for rates. | |
A measure of spread, calculated as the average squared deviation from the mean. | |
The standard deviation of a sampling distribution, indicating variability. | |
A value below which a given percentage of observations fall | |
Measures the asymmetry of a distribution | |
Models survival data and is used in reliability analysis. | |
Estimates population parameters when the sample size is small.. | |
Measures the "tailedness" of a distribution. | |
Measures how many standard deviations a data point is from the mean. | |
Ratio of the standard deviation to the mean, used to measure variability. | |
Shows the running total of frequencies in a dataset. | |
A random variable that can take any value within a range (e.g., height, weight, temperature). | |
Used to model waiting times or life durations. | |
Models time between events in a Poisson process. | |
Flexible for modeling data with additional shape parameters. | |
Often related to the shape parameter in various probability distributions. | |
A special case of the Gamma distribution, used in queuing theory. | |
Used in hypothesis testing, particularly the Chi-squared test. | |
All outcomes within a range are equally likely. | |
A variant of the logistic distribution, limited to positive values. | |
Models the arcsine of a variable, often used for angle-related data. | |
Similar to Cauchy but restricted to positive values, often used in Bayesian statistics. | |
Based on the cosine function, used in circular data applications. | |
Models the maximum values in a dataset, like the largest daily rainfall. |