Public
Edited
Aug 11, 2024
Insert cell
Insert cell
Insert cell
viewof betterHelpInternationalProportion = dist`0.13 to 0.17`
Insert cell
Insert cell
viewof betterHelpTotalUsers = dist`407000 to 476000`
Insert cell
viewof betterHelpDomesticUsers = dist`(1 - ${betterHelpInternationalProportion}) * ${betterHelpTotalUsers}`
Insert cell
Insert cell
viewof mentalDisorderUS = dist`47133742.94 to 54661371.96`
Insert cell
Insert cell
viewof internetProportionUS = dist`0.91 to 0.93`
Insert cell
viewof betterHelpAddressableMarket = dist`${mentalDisorderUS} * ${internetProportionUS}`
Insert cell
Insert cell
viewof betterHelpSaturation = dist`${betterHelpDomesticUsers} / (${betterHelpAddressableMarket})`
Insert cell
Insert cell
Insert cell
viewof betterHelpAllTimeDomesticUsers = dist`(1 - ${betterHelpInternationalProportion}) * 4825205`
Insert cell
viewof betterHelpAllTimeSaturation = dist`${betterHelpAllTimeDomesticUsers} / ${betterHelpAddressableMarket}`
Insert cell
Insert cell
Insert cell
viewof betterHelpUtilisationRatio = dist`${betterHelpDomesticUsers} /
${betterHelpAllTimeDomesticUsers}`
Insert cell
Insert cell
import { dist, normal } from "@huw/dist"
Insert cell
toPercent = d3.format(".1%")
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more