Releases: sheriferson/simplestatistics
Releases · sheriferson/simplestatistics
0.4.0
0.3.0
2016-12-03
Added
error_function()
- Gauss error functionchi_squared_dist_table()
- A table of χ2 values vs p-valuesbernoulli()
- the Bernoulli distributionpoisson()
- the Poisson distribution
0.2.5
0.2.5
2016-09-24
Added
harmonic_mean()
bayesian_classfier()
perceptron()
coefficient_of_variation()
(Thanks to Lidiane Taquehara (lidimayra))
Improved
- Allow user to specify
sample = False
instandard_deviation()
,
coefficient_of_variation()
,z_scores()
(Thanks to Lidiane Taquehara
(lidimayra))
0.2.0
2016-08-27
Added
linear_regression_line()
returns a function that, provided with a (m, b)
tuple, where m is the slope and b is the y intercept, calculates y values
based on given x values.root_mean_square()
interquartile_range()
sum_nth_power_deviations()
to calculate sum of the deviations raised to Nth power.
0.1.5
0.1.5
2016-07-30
Added
factorial()
choose()
binomial()
to calculate binomial distribution probabilitiesnormal()
to calculate normal distribution probabilitieskurtosis()
to calculate kurtosis/"tailedness" of a probability distribution of a variable
_skew()
to calculate Pearson's moment coefficient of skewnesslinear_regression()
to calculate slope (m) and y intercept (b) of line of
best fit.
Improved
- Reorganized documentation.
Improved
- 100% test coverage