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
- Host: GitHub
- URL: https://github.com/fauzancodes/statistic-calculator
- Owner: fauzancodes
- Created: 2021-03-15T09:43:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T06:53:26.000Z (over 4 years ago)
- Last Synced: 2025-01-28T12:42:28.185Z (8 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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