Three-block demo: normal input -> scaled output
?Anonymous
00
Simple model with one uncertain input X, one formula Y=2*X, and one output tracking Y.
NOTEWhat this demo shows
This is a minimal 3-block structure: **Variable** `x` → **Formula** `y=2*x` → **Output** tracking `y`.
VARIABLEX (input)
normal(100, 15)
Uncertain input, modeled as Normal(100, 15).
x
FORMULAY (scaled)
2 * x
Deterministic transform of X.
x
y
OUTPUTY output
Y (units)
Track the distribution of Y.
What is Carlo?
Carlo is a visual tool for Monte Carlo simulation. Model uncertainty by dragging probability distributions, connecting them visually, and running thousands of scenarios instantly.