Published
Edited
Mar 31, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
aggregateDollarDemandPerYear = {
return users.map((userCount, idx) => {
if (idx) return ((userCount - users[idx-1]) * (percentUsersRegisterName - percentageUserReleaseUsername)) * dollarPriceDomain
return (userCount * percentUsersRegisterName) * dollarPriceDomain
})
}
Insert cell
userLifetimeValue = {
let values = []
for(let i=0; i<averageUserLifetime; i++) {
let everyOtherYear = i%2 == 0
values[i] = everyOtherYear ? dollarPriceDomain : 0
}
let grossDiscountedProduct = NPVaggregate(discountRate, ...values)
return grossDiscountedProduct
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more