Ozzie Gooen
|
ab88b0d012
|
Merged with develop
|
2022-05-16 20:14:29 -04:00 |
|
Ozzie Gooen
|
eafdfdc7b7
|
Cleanup to samplesMap() code
|
2022-05-16 20:11:38 -04:00 |
|
Quinn Dougherty
|
9e7319ed57
|
More substantial CR; more named args
Value: [1e-6 to 1e-2]
|
2022-05-16 18:06:14 -04:00 |
|
Quinn Dougherty
|
1d2bb556de
|
Minor CR comments
Value: [1e-6 to 1e-3]
|
2022-05-16 15:39:40 -04:00 |
|
Quinn Dougherty
|
81b2c74ac8
|
klDivergence with prior
Value: [1e-4 to 5e-23]
|
2022-05-16 13:18:01 -04:00 |
|
Quinn Dougherty
|
d00b82807c
|
Merge remote-tracking branch 'origin/develop' into score-dist-on-scalar-resolution
|
2022-05-16 12:06:46 -04:00 |
|
Quinn Dougherty
|
3c3c88fb7b
|
...Resolution => ..Answer
|
2022-05-16 12:06:21 -04:00 |
|
Quinn Dougherty
|
30ab62e9b8
|
backed out of mutually recursive dispatch
Value: [1e-5 to 1e-3]
|
2022-05-16 12:03:37 -04:00 |
|
Ozzie Gooen
|
606f24ff24
|
Cleanup and addition of toInternalSampleArray
|
2022-05-15 21:34:36 -04:00 |
|
Ozzie Gooen
|
e0f505c8ea
|
Add logistic distribution
|
2022-05-15 21:10:13 -04:00 |
|
Ozzie Gooen
|
432e5b9bca
|
Formatted code
|
2022-05-15 19:42:43 -04:00 |
|
Ozzie Gooen
|
6156ae65d1
|
Cleanup
|
2022-05-15 19:42:10 -04:00 |
|
Ozzie Gooen
|
7216f8079f
|
First attempt at adding bernoulli
|
2022-05-15 18:27:25 -04:00 |
|
Ozzie Gooen
|
15965b0b05
|
First simple version of samplesMap
|
2022-05-15 17:24:54 -04:00 |
|
Ozzie Gooen
|
4676026aa0
|
Ran formatter
|
2022-05-15 10:58:29 -04:00 |
|
Ozzie Gooen
|
47d7ef49cf
|
Merged with master
|
2022-05-15 10:54:16 -04:00 |
|
Ozzie Gooen
|
b2b51c8f46
|
Added sampleN to interface
|
2022-05-15 10:52:35 -04:00 |
|
Quinn Dougherty
|
8710248a22
|
Merge remote-tracking branch 'origin/develop' into score-dist-on-scalar-resolution
|
2022-05-13 16:41:00 -04:00 |
|
Sam Nolan
|
95d0212ffc
|
Remove redundant defaultEnv
|
2022-05-13 20:23:41 +00:00 |
|
Sam Nolan
|
80e05ea5be
|
Pass environment down to GenericDist
|
2022-05-13 20:16:52 +00:00 |
|
Quinn Dougherty
|
bdbb86aa9e
|
logScore on records now interprets almost every which way we're
interested in
Value: [1e-3 to 9e-1]
|
2022-05-13 16:15:04 -04:00 |
|
Quinn Dougherty
|
b4a1137019
|
Implemented correct math underlying logScoreWithPointResolution
Value: [1e-2 to 7e-1]
Realized that I need to switch argument order, put `prior` last maybe.
|
2022-05-13 15:43:59 -04:00 |
|
Quinn Dougherty
|
78def2d3d2
|
Merge remote-tracking branch 'origin/develop' into score-dist-on-scalar-resolution
|
2022-05-13 13:44:02 -04:00 |
|
Quinn Dougherty
|
fbb79b261d
|
hotfix: increment package version
|
2022-05-13 13:41:26 -04:00 |
|
Quinn Dougherty
|
3eef57f855
|
proof of concept for records as arguments
Value: [1e-3 to 8e-1]
|
2022-05-13 13:18:52 -04:00 |
|
Quinn Dougherty
|
2ab395b4e5
|
Some minor CR
Value: [1e-10 to 1e-4]
|
2022-05-12 16:03:29 -04:00 |
|
Quinn Dougherty
|
65751e590a
|
Fixed logScoreAgainstImproperPrior by finding how it was None
Value: [1e-4 to 8e-2]
|
2022-05-12 15:26:51 -04:00 |
|
Quinn Dougherty
|
51310819a1
|
logScore now in interface.
Value: [1e-4 to 1e-1]
|
2022-05-12 14:16:52 -04:00 |
|
Quinn Dougherty
|
978e149913
|
Initialized logScore and logScoreAgainstImproperPrior
Value: [1e-5 to 6e-3]
|
2022-05-12 13:11:51 -04:00 |
|
Quinn Dougherty
|
eee9a46c37
|
Improved comment for enrich
Value: [1e-9 to 1e-6]
|
2022-05-12 11:16:51 -04:00 |
|
Quinn Dougherty
|
12c0959f38
|
factored mixture construction into function
Value: [1e-6 to 1e-4]
|
2022-05-12 11:14:59 -04:00 |
|
Quinn Dougherty
|
f5e3701a79
|
Clean up for CR
Value: [1e-7 to 43-4]
|
2022-05-12 09:51:20 -04:00 |
|
Quinn Dougherty
|
e1e5e3305d
|
Gained precision
Value: [1e-3 to 2e-2]
|
2022-05-11 15:46:57 -04:00 |
|
Quinn Dougherty
|
26afc96495
|
Tests are as good as I can get them
Value: [1e-4 to 1e-2]
|
2022-05-11 15:12:36 -04:00 |
|
Quinn Dougherty
|
95fe117ef0
|
Factored continuous part of normal and uniform kldivergence into it's
own function
Value: [1e-4 to 1e-3]
|
2022-05-11 14:19:45 -04:00 |
|
Sam Nolan
|
c13f49a7bc
|
Lint fix
|
2022-05-11 14:19:45 -04:00 |
|
Sam Nolan
|
a3402a42a4
|
Add default environment as export
|
2022-05-11 14:19:45 -04:00 |
|
Sam Nolan
|
b2a972605d
|
(rebase): Function charting
|
2022-05-11 14:19:36 -04:00 |
|
|
5c9f57a24a
|
fix: Attain parity with previous implementation
This is achieved by not adding more points in between i
the points are already pretty close
|
2022-05-11 12:56:56 -04:00 |
|
|
599c14b32c
|
tweak: Pass off to Quinn
|
2022-05-11 12:39:03 -04:00 |
|
|
4df4597ed3
|
fix: "Enrich" (add more x points) when integrating
in order to get more numerical precision.
Note: not complete yet.
Value: [1e-3 to 3e-1]
|
2022-05-11 12:23:36 -04:00 |
|
Quinn Dougherty
|
0b8da034c6
|
klDivergence on mixed distributions works for one test case
Value: [1e-4 to 5e-2]
|
2022-05-10 19:59:50 -04:00 |
|
Ozzie Gooen
|
3cca106079
|
Merge pull request #504 from quantified-uncertainty/function-charts
Function charting
|
2022-05-10 18:57:18 -04:00 |
|
Quinn Dougherty
|
48fcd526ce
|
Made Node Packages page in docs just reference github readmes
Value: [1e-8 to 1e-4]
|
2022-05-10 17:06:44 -04:00 |
|
Quinn Dougherty
|
b7e18b4f9d
|
Simplified tree in squiggle-lang/src/rescript/Distributions
Value: [1e-8 to 1e-4]
|
2022-05-10 16:43:37 -04:00 |
|
Quinn Dougherty
|
465383205a
|
Fixed lint
Value: [1e-10 to 1e-6]
|
2022-05-10 16:34:03 -04:00 |
|
Quinn Dougherty
|
216ede45b2
|
Fixed Bisect
Value: [1e-5 to 1e-3]
|
2022-05-10 16:27:34 -04:00 |
|
Quinn Dougherty
|
58a7cd769f
|
Replaced ; with && in coverage reports.
Value: [1e-7 to 1e-3]
|
2022-05-10 16:13:49 -04:00 |
|
Quinn
|
a2a47560d7
|
Merge pull request #511 from quantified-uncertainty/mathjs-increment
Re-added `^`-versioning to mathjs
|
2022-05-10 16:05:39 -04:00 |
|
Quinn Dougherty
|
4ecb420a8b
|
Re-added ^ -versioning to mathjs
Value: [1e-9 to 1e-5]
|
2022-05-10 15:50:44 -04:00 |
|