php-ml/src/Math/Statistic
2019-06-22 22:54:47 +02:00
..
ANOVA.php Fix division by zero in ANOVA for small size dataset (#391) 2019-06-22 22:54:47 +02:00
Correlation.php Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
Covariance.php Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
Gaussian.php Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
Mean.php Update phpstan to 0.10.5 (#320) 2018-10-28 07:44:52 +01:00
StandardDeviation.php Issue #351: Replace pow() and sqrt() with double stars notation. (#352) 2019-02-08 22:24:02 +01:00
Variance.php Implement VarianceThreshold - simple baseline approach to feature selection. (#228) 2018-02-10 18:07:09 +01:00