Models in Tech-Modifiers

Models in Tech-Modifiers

Updated
// Innovation data with correlated lognormal distributions
techData = [
  {name: "SHR Geothermal", weight: 117, min: 0.43, max: 8.82},
  {name: "SMR", weight: 966, min: 0.29, max: 7.64},
  {name: "EGS", weight: 170, min: 0.22, max: 4.41},
  {name: "Plant-Based Protein", weight: 153, min: 0.18, max: 4.04},
  {name: "Cultivated Protein", weight: 117, min: 0.00001, max: 0.07}, // Avoid zero for lognormal
  {name: "Nat Gas + CCS", weight: 313, min: 0.21, max: 5.21},
  {name: "Solar", weight: 497, min: 0.15, max: 4.19},
  {name: "Green Cement", weight: 136, min: 0.13, max: 2.42},