Use this skill to run a deterministic uncertainty-propagation toy workflow with Chaospy and inspect a machine-readable summary of the propagated response distribution.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill chaospy-uncertainty-propagation-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Chaospy Uncertainty Propagation Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-chaospy-uncertainty-propagation-starter)More formats (shields.io, HTML) on the badges page.
# Chaospy Uncertainty Propagation Starter
Use this skill to run a deterministic uncertainty-propagation toy workflow with Chaospy and inspect a machine-readable summary of the propagated response distribution.
## What This Skill Does
- defines a small two-parameter input distribution with one Gaussian and one uniform variable
- builds a polynomial-chaos surrogate with quadrature
- reports the propagated mean, standard deviation, percentiles, and representative quadrature evaluations
## When To Use It
- when you need a runnable `uncertainty-aware-simulation` starter
- when you want a local Chaospy example before wiring in an expensive scientific simulator
- when you need deterministic uncertainty summaries for repository tests
## Run
```bash
./slurm/envs/numerics/bin/python skills/scientific-computing-and-numerical-methods/chaospy-uncertainty-propagation-starter/scripts/run_chaospy_uncertainty_propagation.py \
--config skills/scientific-computing-and-numerical-methods/chaospy-uncertainty-propagation-starter/examples/toy_parameters.json \
--out scratch/numerics/chaospy_uncertainty_summary.json
```
## Notes
- The response model is intentionally synthetic; it exists to verify the UQ loop, not to stand in for a real simulator.
- The script uses deterministic quadrature rather than random sampling so the summary is stable across reruns.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!