An open API service indexing awesome lists of open source software.

https://github.com/fauzancodes/statistic-calculator

calculate root mean square, variance, standard deviation, skewness, percentile covariance, pearson product-moment correlation coefficient, spearman correlation coefficient, kendall correlation coefficient, determination coefficient, slope, equation and plot of linear and polynomial regression degree 2 and 3 in various way using python library math, statistics, numpy, scipy and scikit-learn
https://github.com/fauzancodes/statistic-calculator

covariance determination-coefficient equation intercept kendall-correlation-coefficient linear-regression mean median mode pearson-correlation percentile plot polynomial-regression root-mean-square skewness slope spearman-correlation-coefficient standard-deviation statistics variance

Last synced: 7 months ago
JSON representation

calculate root mean square, variance, standard deviation, skewness, percentile covariance, pearson product-moment correlation coefficient, spearman correlation coefficient, kendall correlation coefficient, determination coefficient, slope, equation and plot of linear and polynomial regression degree 2 and 3 in various way using python library math, statistics, numpy, scipy and scikit-learn

Awesome Lists containing this project

README

          

# statistic-calculator
calculate root mean square, variance, standard deviation, skewness, percentile covariance, pearson product-moment correlation coefficient, spearman correlation coefficient, kendall correlation coefficient, determination coefficient, slope, equation and plot of linear and polynomial regression degree 2 and 3 in various way using python library math, statistics, numpy, scipy and scikit-learn