squiggle/__tests__
Nuno Sempere 2f45f92552 Added mean and variance functions, and tests for those.
- A getMean and getVariance in each module of src/distPlus/distribution/Distributions.re
    - They get the exact answer for the functions in Distributions.re, according to the approximation used.
    - There is now an XYShape.Analysis.integrateContinuousShape function.
- Tests in the __tests__/Distributions__Test.re function.
    - Calculation of the mean and variance for the normal and lognnormal distributions, at the end.
- I also added some reduce array functions to the E.A. module.
2020-04-18 23:20:59 +02:00
..
Bandwidth__Test.re Kde with auto kernel width 2020-04-03 20:41:37 +01:00
Distributions__Test.re Added mean and variance functions, and tests for those. 2020-04-18 23:20:59 +02:00
DistTypes__Test.re Added native logScoring and related functionality to XYShape 2020-03-14 21:18:34 +00:00
Lodash__test.re Minor cleanup 2020-03-20 12:08:26 +00:00
Samples__test.re Minor cleanup 2020-03-20 12:08:26 +00:00
XYShape__Test.re More XYShape cleanup 2020-03-28 14:17:47 +00:00