Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

biostatisticsbiostatistics 分析

Agent Skill

biostatistics 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,135

周安装

410

GitHub Stars

1

下载量

3,182
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:biostatistics(biostatistics 分析)
来源仓库:https://github.com/cryptoreumd/biostatistics
安装命令:
openclaw skills install biostatistics
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install biostatistics

简介

biostatistics提供精算级的生物统计分析服务。

  • 适用于医学研究和健康数据分析场景。biostatistics 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 包含贝叶斯推理、蒙特卡罗模拟等高级方法。
  • 使用前需确认数据类型和分析目标要求。
  • 建议了解具体的统计模型和方法选择依据。

SKILL.md

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.07%
按下载量换算3,057

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills