The Python Statistics module provides functions for calculating mathematically real data. Python has a built-in module; this function supports int, float, decimal and fractional.
If your input data consists of mixed data types, then we are able to use a map (float, input_data) to ensure a consistent result.
Some datasets use NaN (not a number) to represent missing data. NaN has unusual comparison semantics; they cause surprising or undefined behaviors in the statistics function that sort data to that count occurrence.
Averages and measures of central locationThese functions calculate an average or typical value from a population or sample.
S.No Function & Description 1Arithmetic mean("average") of data.
2Floating point arithmetic mean, with optional weighting.
3Geometric mean of data.
4Harmonic mean of data.
5Median (middle value) of data.
6Low median of data.
7High median of data.
8Median (50th percentile) of grouped data.
9Single mode (most common value) of discrete or nominal data.
10List of modes(most common values) of discrete or nominal data.
11Divide the data into intervals with equal probability.
Measures of spreadThese functions calculate a measure of how much the population or sample tends to deviate from the typical or average values.
S.No Module & Description 1Population standard deviation of data.
2Population variance of data.
3Sample standard deviation of data.
4Sample variance of data.
Statistics for relations between two inputsThese functions calculate statistics regarding relations between two inputs.
S.No Module & Description 1Sample covariance for two variables.
2Pearson's correlation coefficient r takes values between -1 and +1.
3Slope and intercept for simple linear regression.
Note:These functions do not require the data given to be sorted.
python_modules.htm
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4