Difference between revisions of "Statistics with Python"
From Sustainability Methods
(Created page with "new page") |
|||
Line 1: | Line 1: | ||
− | + | Edition Mode | |
+ | |||
+ | == Doing some math with Python == | ||
+ | * [[Mathematical Functions in Python|Mathematical Functions in Python]] | ||
+ | * [[Modelling Initial Value Problems in Python|Modelling Initial Value Problems]] | ||
+ | |||
+ | |||
+ | |||
+ | == Statistics with Python == | ||
+ | * [[Binomial distribution|Binomial Distribution]] | ||
+ | * [[Bootstrapping in Python|Bootstrapping]] | ||
+ | * [[Exploring Different Correlation Coefficients and Plotting Correlations in Python|Correlations]] | ||
+ | * [[Decision Trees in Python|Decision Trees]] | ||
+ | * [[Factor Analysis|Factor Analysis]] | ||
+ | * [[Linear Regression in Python|Linear Regression]] | ||
+ | * [[Multiple Regression in Python|Multiple Regression]] | ||
+ | * [[Outlier Detection in Python|Outlier Detection]] | ||
+ | * [[Poisson Distribution in Python|Poisson Distribution]] | ||
+ | * [[Regression, Correlation, and Ordinary Least Squares Estimator in Python|Regression, Correlation, and Ordinary Least Squares Estimator]] |
Revision as of 10:36, 24 July 2024
Edition Mode
Doing some math with Python