Added
covariance()
add_to_mean()
sinh()
cosh()
tanh()
gamma_function()
beta()
Added
error_function()
chi_squared_dist_table()
bernoulli()
poisson()
Added
harmonic_mean()
bayesian_classifier()
perceptron()
coefficient_of_variation()
(Thanks to Lidiane Taquehara (lidimayra))
Improved
- Allow user to specify
sample = False
intandard_deviation()
,
coefficient_of_variation()
, z_scores()
(Thanks to Lidiane Taquehara (lidimayra))
Added
linear_regression_line()
root_mean_square()
interquartile_range()
sum_nth_power_deviations()
Added
factorial()
choose()
binomial()
to calculate binomial distribution probabilitiesnormal()
to calculate normal distribution probabilitieskurtosis()
to calculate kurtosis/"tailedness" of a probability distribution of a variableskew()
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.
- 100% test coverage
Added
Functions for calculating correlation coefficients, products of vectors, quantiles, and sums.
correlate()
product()
quantiles()
sum()