Nick
6b949ee298
Fix for #664 ( #665 )
...
* Fix for #664
* Convert bivariate_statistics test to math_unit_test; update unit tests for constant vector + non-constant.
Committer: Nicholas Thompson <nathompson7@protonmail.com >
* Return NaN if either dataset is constant.
* Fix in one other spot.
* Use math::test::report_errors() everywhere.
* Correct unit tests for the parallel case.
Co-authored-by: Nicholas Thompson <nathompson7@Nicholass-MacBook-Pro.local >
2021-07-22 10:43:56 -07:00
jzmaddock
92cf7ec7b8
Tidy up more failing tests.
2021-02-08 11:18:02 +00:00
jzmaddock
c03991656e
Correct preprocessor logic in bivariate_statistics_test.cpp
2021-02-03 08:58:30 +00:00
Matt Borland
91ae2bfc77
Bivariate Stats Policies ( #503 )
...
* Add parallel impl and change seq impl [CI SKIP]
* Validate seq impl [CI SKIP]
* Remove old impl
* Add user interfaces [CI SKIP]
* Floating point covariance validated [CI SKIP]
* Integer covariance validated [CI SKIP]
* Change correlation_coeff impl interface [CI SKIP]
* Cleanup [CI SKIP]
* correlation passes all parameters for par impl
[CI SKIP]
* Finish framework [CI SKIP]
* Add correlation coefficient test cases
* Add benchmark and make small changes
[CI SKIP]
* Update docs
2021-01-30 11:09:12 -05:00
Matt Borland
20d1b1f64e
C++11 Stats ( #498 )
...
* Configure tests and jamfile to verify C++11 compat
* Remove language standard guards
2021-01-22 16:11:35 -05:00
Matt Borland
fc7b75aceb
Add integer support to bivariate statistics ( #480 )
...
* Add integer support to bivariate statistics
Reduce required CXXSTD from 17 to 11
* Fix failed test trying to use C++03 mode [CI SKIP]
2021-01-05 13:57:16 -05:00
Nick
9e1a5f273a
One-sample t-test [CI SKIP]
2019-10-05 15:56:02 -04:00
Nick Thompson
d509957642
Instead of using 'population_stat' in calls, simply call 'stat', and provide 'sample_stat' when an unbiased estimator of stat exists. [CI SKIP]
2018-12-17 14:39:30 -07:00
Nick Thompson
3c13c588b0
Pearson's correlation coefficient [CI SKIP]
2018-12-14 12:27:10 -07:00
Nick Thompson
fb2ae307d6
Computation of covariance. [CI SKIP]
2018-12-10 14:38:42 -07:00