Ozzie Gooen
|
51e2cf167c
|
Turned error into actual error
|
2022-04-23 18:07:26 -04:00 |
|
Ozzie Gooen
|
1102ceb4ec
|
Show correct errors early on when log(distribution) has bad arguments
|
2022-04-23 17:51:41 -04:00 |
|
Sam Nolan
|
8cb138b84a
|
Fix convolution for negative multiplication
|
2022-04-23 17:48:00 -04:00 |
|
Sam Nolan
|
ee6551a694
|
Prevent negative standard deviation in symbolic multiplication
Introduced in #242
|
2022-04-23 16:57:06 -04:00 |
|
Sam Nolan
|
9090c44284
|
Fix subtraction not commuting under pointsets
|
2022-04-23 15:58:42 -04:00 |
|
Sam Nolan
|
df4b734a49
|
Rename invalidOperationError
|
2022-04-23 14:35:49 -04:00 |
|
Sam Nolan
|
7e8c16b923
|
Rename Other to OtherError
|
2022-04-23 14:13:38 -04:00 |
|
Sam Nolan
|
c7e601e15b
|
Remove NaN from pointwise operations
|
2022-04-23 14:09:06 -04:00 |
|
Sam Nolan
|
98bf4f81c7
|
Rename assertOk to toExn
|
2022-04-23 10:30:03 -04:00 |
|
Sam Nolan
|
9fb7148290
|
Refactor mapY and mapYResult in mixed to remove duplication
|
2022-04-23 10:17:07 -04:00 |
|
Sam Nolan
|
ad593e659b
|
Move error types to types modules
|
2022-04-23 09:56:47 -04:00 |
|
Sam Nolan
|
79af95ed78
|
Remove unneeded prefix to error
|
2022-04-23 09:47:48 -04:00 |
|
Sam Nolan
|
508f673873
|
Change NaN operations to results
- Also deleting old GenericDist_Types
- Also removing some string errors
|
2022-04-22 16:27:17 -04:00 |
|
Sam Nolan
|
2845bd3e39
|
Use a more conservative convolution policy
|
2022-04-22 12:43:18 -04:00 |
|
Sam Nolan
|
cfb969f2b3
|
Remove rescript warning 102
|
2022-04-21 18:42:15 -04:00 |
|
Sam Nolan
|
e1bf47b6b3
|
Remove old parser and warning 27
|
2022-04-21 18:09:06 -04:00 |
|
Quinn Dougherty
|
806ba86446
|
fixed lint
|
2022-04-20 12:13:31 -04:00 |
|
Quinn
|
c101cdac18
|
update signature for result
|
2022-04-20 11:54:17 -04:00 |
|
Quinn
|
4631c183d9
|
wrap #Cauchy in Ok
|
2022-04-20 11:49:41 -04:00 |
|
Ozzie Gooen
|
fe2be53d04
|
Merge pull request #295 from quantified-uncertainty/add-isNormalized
Added isNormalized function, for testing
|
2022-04-15 16:30:56 -04:00 |
|
Ozzie Gooen
|
9febf3f182
|
Changed isNormalize in response to CR
|
2022-04-15 16:28:51 -04:00 |
|
Ozzie Gooen
|
2ed7d03005
|
Added formatting
|
2022-04-15 14:10:17 -04:00 |
|
Ozzie Gooen
|
2df6a7f537
|
Removed Js.log
|
2022-04-15 13:59:25 -04:00 |
|
Ozzie Gooen
|
73b950078d
|
Added isNormalized function, for testing
|
2022-04-15 13:58:00 -04:00 |
|
|
8743b235d6
|
fix: typo
|
2022-04-15 12:54:04 -04:00 |
|
|
1677d63375
|
fix: std of lognormal symbolic division
|
2022-04-14 21:54:06 -04:00 |
|
|
6d82adca25
|
Merge branch 'develop' into audit-2022-04-14-SymbolicDist.res
|
2022-04-14 16:50:37 -04:00 |
|
|
bd3f2c99d1
|
tweak: add explanation for magic number
|
2022-04-14 16:25:15 -04:00 |
|
|
e5655dc2d1
|
fix: formatting
|
2022-04-14 16:20:23 -04:00 |
|
|
69148bb350
|
fix: Rescript bugs
|
2022-04-14 16:17:59 -04:00 |
|
Ozzie Gooen
|
8854eed91e
|
Merge pull request #242 from quantified-uncertainty/analytic-normal
Analytic normal
|
2022-04-14 16:11:36 -04:00 |
|
|
ec9c67f090
|
feat: Audit SymbolicDist.res
- Fix buggy lognormal multiplication code
- Add precision to 90% confidence intervals code
- Simplified lognormal code
- Added sources for many of the manipulations
|
2022-04-14 16:03:54 -04:00 |
|
Quinn Dougherty
|
e9e6cab099
|
silenced warning about toString not having switch case for ArgumentError
|
2022-04-13 10:26:10 -04:00 |
|
Sam Nolan
|
948a8dd651
|
Add analytic solutions for normal and lognormal
|
2022-04-13 15:11:14 +10:00 |
|
Quinn Dougherty
|
b6e423a6e3
|
fixed bug after rebase: hope it doesn't cause problems
|
2022-04-13 01:08:51 -04:00 |
|
Quinn Dougherty
|
de81928ea9
|
Ran yarn format
|
2022-04-13 01:05:09 -04:00 |
|
Quinn Dougherty
|
9d857bf79b
|
(rebase): documented ratio of lognormals
|
2022-04-13 01:05:08 -04:00 |
|
Quinn Dougherty
|
6a4d615d3d
|
(rebase): (rebase): (rebase): **refactor**: rm duplicated genericDist and error declarations
|
2022-04-13 01:04:53 -04:00 |
|
Sam Nolan
|
348b1c9ac6
|
Add normal distribution analytical simplifications
|
2022-04-13 14:36:30 +10:00 |
|
Sam Nolan
|
38135f0c81
|
Merge branch 'develop' into mix-distributions
|
2022-04-13 11:22:43 +10:00 |
|
Quinn Dougherty
|
4f95c019eb
|
yarn format
|
2022-04-12 20:22:19 -04:00 |
|
Sam Nolan
|
60a345dd6d
|
Implement mx for distributions
|
2022-04-12 17:39:38 +10:00 |
|
Sam Nolan
|
cb07f5f68a
|
A playground based on reducer
|
2022-04-11 16:16:29 +10:00 |
|
Sam Nolan
|
e5baf23950
|
Run prettier in squiggle-lang
|
2022-04-11 10:51:43 +10:00 |
|
Ozzie Gooen
|
c94a70b93a
|
Fixed tests
|
2022-04-09 21:56:05 -04:00 |
|
Ozzie Gooen
|
5b0efbb3a8
|
Bandwidth -> SampleSetDist_Bandwidth
|
2022-04-09 21:31:34 -04:00 |
|
Ozzie Gooen
|
4338f482ef
|
Added genType to SampleSetDist to make pass tests, other minor fixes
|
2022-04-09 21:24:44 -04:00 |
|
Ozzie Gooen
|
db104694fd
|
Cleaned up resultStringToResultError
|
2022-04-09 20:34:21 -04:00 |
|
Ozzie Gooen
|
f17a842c52
|
Cleanup from previous refactor
|
2022-04-09 20:27:03 -04:00 |
|
Ozzie Gooen
|
fa3d874a4e
|
Start of refactor for toPointSetDist
|
2022-04-09 20:21:02 -04:00 |
|
Ozzie Gooen
|
61aaca3e2f
|
Gave SampleSetDist a private type
|
2022-04-09 18:10:06 -04:00 |
|
Ozzie Gooen
|
9430653b7a
|
Namechange: Exponential -> Power
|
2022-04-09 12:37:26 -04:00 |
|
Ozzie Gooen
|
54b6b18d3a
|
Cleanup and commenting for PR
|
2022-04-08 22:55:06 -04:00 |
|
Ozzie Gooen
|
2dc57bedc5
|
Added more tests to JS__Test.ts, and added SampleN functionality to SampleSetDist
|
2022-04-08 21:31:08 -04:00 |
|
Ozzie Gooen
|
0af0c9e274
|
Added tests for index.js and fixed some corresponding functionality
|
2022-04-08 19:48:53 -04:00 |
|
Ozzie Gooen
|
d62ccc27bd
|
Minor refactor of DistributionOperation Constructors
|
2022-04-08 16:09:00 -04:00 |
|
Ozzie Gooen
|
4c99a50d89
|
Fix from CR
|
2022-04-08 15:57:18 -04:00 |
|
Ozzie Gooen
|
e065a57a66
|
Added to index.ts
|
2022-04-08 15:55:04 -04:00 |
|
Ozzie Gooen
|
57196c568b
|
Added a bunch of manual functions for DistributionOperation
|
2022-04-08 14:42:14 -04:00 |
|
Ozzie Gooen
|
4b103cb128
|
Merged with staging
|
2022-04-08 09:19:03 -04:00 |
|
Ozzie Gooen
|
937a8482fd
|
Added sparkline and toString to ReducerInterface
|
2022-04-08 09:08:49 -04:00 |
|
Ozzie Gooen
|
0fa954ae63
|
Improves sparklines by integrating them more deeply to the codebase
|
2022-04-08 08:44:04 -04:00 |
|
Sam Nolan
|
d6e18b1c4f
|
Respond to Ozzie's PR comments
|
2022-04-08 16:51:38 +10:00 |
|
Sam Nolan
|
a99290ea43
|
Rename rangeByFloat to rangeFloat
|
2022-04-08 11:09:31 +10:00 |
|
Sam Nolan
|
bf2f85a8ab
|
Respond to sparkline PR change requests
|
2022-04-08 11:02:41 +10:00 |
|
Sam Nolan
|
53f4e56529
|
Implement generic sparklines with tests
|
2022-04-08 10:17:01 +10:00 |
|
Quinn Dougherty
|
a00772ef5c
|
tiny cleanup
|
2022-04-07 10:21:48 -04:00 |
|
Quinn Dougherty
|
0a5a8a5198
|
property test framework installed but not used; describe(means) section of unit tests filled out
|
2022-04-06 18:57:51 -04:00 |
|
Ozzie Gooen
|
c0118af315
|
Changed warning comment
|
2022-04-05 15:34:19 -04:00 |
|
Ozzie Gooen
|
a2729f34cb
|
Pulled out XYShape to be more separate
|
2022-04-04 13:41:22 -04:00 |
|
Ozzie Gooen
|
60b760f0cd
|
Naming refactor of key rescript directories
|
2022-04-04 11:59:14 -04:00 |
|