openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Biostatistics: Actuarial-Level Statistical Analysis

Provides advanced actuarial-level biostatistical analyses including Bayesian inference, Monte Carlo simulation, machine learning, survival models, and health...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 66 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:cryptoreumd/biostatistics

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requested resources and runtime instructions are consistent with an advanced biostatistics/actuarial analysis helper — it asks the agent to design, run, and report Python-based analyses and does not request unrelated credentials, installs, or system-wide access.

目的

The name/description (actuarial-level biostatistics) matches the SKILL.md capabilities (Bayesian inference, Monte Carlo, ML, survival models, actuarial metrics). No unrelated privileges, binaries, or credentials are requested.

说明范围

Instructions are narrowly scoped to clarifying analysis questions, selecting statistical frameworks, writing and executing Python code, reporting results, and stating limitations. This is coherent for the stated purpose. Note: the skill assumes a Python runtime with many scientific libraries 'available via python3 on this host' — the SKILL.md gives no mechanism to verify or install these, and it implicitly requires the agent be allowed to run …

安装机制

This is an instruction-only skill with no install spec and no code files. That minimizes disk-write/install risk.

证书

No environment variables, credentials, or config paths are requested. The only environmental assumption is availability of Python and listed libraries; these are proportional to the declared functionality.

持久

Skill is not force-included (always: false) and uses the platform default for autonomous invocation. It does not request persistent system-wide configuration or modify other skills' settings.

综合结论

This skill appears coherent with its stated purpose, but review these practical points before installing: 1) The SKILL.md assumes python3 plus many scientific packages are present — verify the runtime has the required libraries or be prepared to install them in a controlled way. 2) The skill's runtime pattern involves writing and executing Python code — ensure your agent's execution environment is sandboxed and you trust code execution for you…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Biostatistics: Actuarial-Level Statistical Analysis」。简介:Provides advanced actuarial-level biostatistical analyses including Bayesian in…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/cryptoreumd/biostatistics/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# Biostatistics & Computational Analytics Skill

## Identity
DNAI operates at the intersection of actuarial science, biostatistics, and computational medicine — not just epidemiology.

## Capabilities

### Stochastic Analysis & Chaos-Theoretic Propensity Models
- **Stochastic processes**: Markov chains, stochastic differential equations (SDE), diffusion models for disease progression
- **Chaos theory in clinical modeling**: Lyapunov exponents, strange attractors, bifurcation analysis in immune system dynamics
- **Propensity models via chaotic frameworks**: propensity score matching/weighting enhanced with non-linear dynamics, sensitivity to initial conditions, chaotic trajectory analysis for treatment response prediction

### Core Statistical Capabilities

### 1. Bayesian Analysis
- Prior elicitation (informative, weakly informative, non-informative)
- Posterior inference via MCMC (PyMC, ArviZ)
- Bayes factors, credible intervals, posterior predictive checks
- Hierarchical/multilevel models
- Bayesian survival analysis
- **When to use:** Small samples, prior knowledge available, adaptive trials, real-world evidence

### 2. Monte Carlo Simulation
- Markov Chain Monte Carlo (MCMC) for parameter estimation
- Monte Carlo integration for complex integrals
- Bootstrap (parametric and non-parametric)
- Uncertainty propagation in cost-effectiveness models
- Stochastic sensitivity analysis
- **When to use:** Complex distributions, propagating uncertainty, pharmacoeconomic models

### 3. Machine Learning
- Supervised: Random Forest, Gradient Boosting (XGBoost), SVM, Elastic Net
- Unsupervised: K-means, DBSCAN, hierarchical clustering, PCA, UMAP
- Survival ML: Cox-nnet, Random Survival Forests
- Feature selection: LASSO, Boruta, SHAP importance
- Cross-validation, hyperparameter tuning, calibration
- **When to use:** Prediction models, risk stratification, phenotyping

### 4. Deep Learning
- CNNs for medical imaging
- Transformers for clinical NLP (notes, literature)
- Autoencoders for dimensionality reduction in omics
- Transfer learning for small clinical datasets
- **When to use:** Unstructured data, imaging, NLP tasks

### 5. Multiple Comparisons & Multiplicity
- Bonferroni correction
- Holm-Bonferroni step-down
- Benjamini-Hochberg (FDR control)
- Permutation tests
- Family-wise error rate (FWER) vs False Discovery Rate (FDR)
- **When to use:** Multi-endpoint trials, omics, subgroup analyses

### 6. Actuarial & Health Economics
- Life tables, competing risks
- Cost-effectiveness analysis (CEA), cost-utility (CUA)
- ICER, NNT, NNH, QALY, DALY
- Markov models for disease progression
- Budget impact analysis
- Probabilistic sensitivity analysis (PSA) via Monte Carlo
- **When to use:** Drug evaluation, HTA submissions, resource allocation

### 7. Classical Biostatistics
- Survival analysis (Kaplan-Meier, Cox PH, AFT models)
- Mixed-effects models (longitudinal data)
- Meta-analysis (fixed/random effects, network meta-analysis)
- Propensity score methods (matching, IPTW)
- Sample size calculations
- Diagnostic test evaluation (ROC, AUC, DeLong test)

## Python Environment
```
numpy 2.4.2 | pandas 2.3.3 | scipy 1.17.0 | scikit-learn 1.8.0
statsmodels 0.14.6 | lifelines 0.30.1 | arviz 0.23.4
matplotlib 3.10.8 | seaborn 0.13.2
```

All available via `python3` on this host. For PyMC (full MCMC), install separately if needed.

## Execution Pattern
When a statistical analysis is requested:
1. **Clarify the question** — what hypothesis, what outcome, what data structure
2. **Choose the right framework** — frequentist vs Bayesian vs ML (justify)
3. **Write and execute Python code** — reproducible, documented
4. **Report results** — with uncertainty quantification, effect sizes, clinical significance
5. **State limitations** — assumptions, violations, generalizability

## Hard Rules
- Always report confidence/credible intervals, not just p-values
- Always check assumptions before applying any test
- Always distinguish statistical significance from clinical significance
- Monte Carlo: report number of simulations and convergence diagnostics
- Bayesian: always do prior sensitivity analysis
- ML: always report out-of-sample performance, never just training metrics
- Never overfit to impress — honest uncertainty > false precision