fix: make aggregation smoother

This commit is contained in:
NunoSempere 2022-06-19 21:28:13 -04:00
parent 5597486c03
commit 2ab04d8cbb
4 changed files with 12 additions and 12 deletions

View File

@ -11,7 +11,6 @@
"author": "Nuño Sempere", "author": "Nuño Sempere",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@quri/squiggle-lang": "^0.2.11", "@quri/squiggle-lang": "^0.2.11"
"utility-tools": "^0.2.2"
} }
} }

View File

@ -117,17 +117,18 @@ export function ResultsTable({ isListOrdered, listAfterMergeSort, links }) {
</div> </div>
<div className="grid w-full place-items-center text-center "> <div className="grid w-full place-items-center text-center ">
<p className="mt-8 max-w-5xl"> <p className="mt-8 max-w-5xl">
*This is the geometric mean if all elements are either all positive or *This is the geometric mean of all means of paths if all elements are
all negative, and the arithmetic mean otherwise. For a principled either all positive or all negative, and the arithmetic mean
aggregation which is able to produce meaningfull 90% confidence otherwise. Paths with a non-numeric mean (e.g., resulting from
intervals, see the{" "} dividing by a mean of 0) are ignored. For a principled aggregation
which is able to produce meaningfull 90% confidence intervals, see the{" "}
<a <a
href="https://github.com/quantified-uncertainty/utility-function-extractor/tree/master/packages/utility-tools" href="https://github.com/quantified-uncertainty/utility-function-extractor/tree/master/packages/utility-tools"
target="_blank" target="_blank"
> >
utility-tools package utility-tools package
</a>{" "} </a>{" "}
in npm or github in npm or Github
</p> </p>
</div> </div>
</div> </div>

View File

@ -27,7 +27,7 @@
"react-markdown": "^6.0.2", "react-markdown": "^6.0.2",
"remark-gfm": "^1.0.0", "remark-gfm": "^1.0.0",
"simple-react-cytoscape": "^1.0.4", "simple-react-cytoscape": "^1.0.4",
"utility-tools": "^0.2.5" "utility-tools": "^1.0.4"
}, },
"devDependencies": { "devDependencies": {
"@netlify/plugin-nextjs": "^4.2.1", "@netlify/plugin-nextjs": "^4.2.1",

View File

@ -4048,10 +4048,10 @@ utility-tools@^0.2.2:
dependencies: dependencies:
"@quri/squiggle-lang" "^0.2.11" "@quri/squiggle-lang" "^0.2.11"
utility-tools@^0.2.5: utility-tools@^1.0.4:
version "0.2.5" version "1.0.4"
resolved "https://registry.yarnpkg.com/utility-tools/-/utility-tools-0.2.5.tgz#73ee06c88d74fc5a7bf87882caf93abed28600c2" resolved "https://registry.yarnpkg.com/utility-tools/-/utility-tools-1.0.4.tgz#3d565d82445b1825708eb8ecfdd4cd479b08b3dd"
integrity sha512-sXT3RiOdjgO0DeYr5G3CPYrrXR2+8+d+GBGN6VELYXSFWfzBNUN1DA/alyYyuDaXRI+iBQequpuPy9rsHvsXGA== integrity sha512-m7wLilx3hn6UrKf1RznpaJ86SPNx7z72g+NVdEwwka+tOwzTQS4bCplN60/lApur/Xp16fOCpXIpdZFURH1L+g==
dependencies: dependencies:
"@quri/squiggle-lang" "^0.2.11" "@quri/squiggle-lang" "^0.2.11"
utility-tools "^0.2.2" utility-tools "^0.2.2"