Models by davidreinstein

Models by davidreinstein

Updated
/*
Generated by Squiggle AI. Workflow ID: 4314add4-2a10-4053-b14f-e9f5de966369
*/
// Choose scenario: "small", "medium", or "large"
scenario = "medium"

// Scenario-specific parameters
params = {
  small: {
    durationMonths: 12,
Updated
/*
Describe your code here
*/

a = normal(2, 5)
Updated
//Size of vanishing cube in time in seconds

length = uniform(0,1)

width = uniform(0,1)

height = uniform(0,10)

cube = length*width*height
Updated
/*
Generated by Squiggle AI. Workflow ID: 5705d0a1-fad4-487b-9a60-341f8b43f86a
*/
import "hub:ozziegooen/sTest" as sTest

// == Client & Policy Parameters ==
inputs = {
  @name("🛏️ Daily LTC Benefit (2024)")
  @format("$,.2f")
  initialDailyBenefit = 343.8