salkgdjslkg

Updated
/*
Generated by Squiggle AI. Workflow ID: 19eea108-dd5d-4e0d-92a7-6d8c2b8fd3a3
*/
import "hub:ozziegooen/sTest" as sTest

@name("Vitamin D Supplementation Model")
inputs = {
  @name("Probability of Vitamin D deficiency without testing")
  @doc(
    "Given seasonal depression and poor mood on gloomy days, there's a higher chance of deficiency than general population. This is highly uncertain and varies significantly based on:
Updated
/*
Generated by Squiggle AI. Workflow ID: 0441c483-ba41-442e-aa4a-380a75d7a71b
*/
import "hub:ozziegooen/sTest" as sTest

@doc(
  "A model to estimate when HotA will release their next castle after Cove and Factory"
)
inputs = {
  @name("🏰 Release year of Cove")
Updated
/*
Generated by Squiggle AI. Workflow ID: 5f59477a-f6e2-42d5-b05f-86af545e1d99
*/
// Model estimating yearly probabilities of earthquakes of different magnitudes in Batumi, Georgia
// Based on historical data and geological context from 1900-2024

import "hub:ozziegooen/sTest" as sTest

// == Model Parameters ==
inputs = {
Updated
/*
Generated by Squiggle AI. Workflow ID: 9df73d49-59d1-4f10-b70e-f933f6af6ec6
*/
import "hub:ozziegooen/sTest" as sTest

@doc("Model of potential outcomes for Armenia in 2025")
inputs = {
  @name("Likelihood of Continued Hostilities (%)")
  @format(".0%")
  @doc(
Updated
/*
Generated by Squiggle AI. Workflow ID: e2bea2a9-a651-438c-bb2f-69035d416d39
*/
import "hub:ozziegooen/sTest" as sTest

@hide
test = sTest.test
@hide
describe = sTest.describe
@hide