来源信息
- 仓库
- pluginagentmarketplace/custom-plugin-data-analyst
- 最近来源活动
- 2025年12月30日 11:43
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 1
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
菜单
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-data-analyst --skill statistics命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | statistics |
| description | Statistical analysis methods, hypothesis testing, and probability for data analytics |
| version | 2.0.0 |
| sasmp_version | 2.0.0 |
| bonded_agent | 03-statistical-analysis-expert |
| bond_type | PRIMARY_BOND |
| config | {"atomic":true,"retry_enabled":true,"max_retries":3,"backoff_strategy":"exponential","numerical_precision":"high"} |
| parameters | {"skill_level":{"type":"string","required":true,"enum":["beginner","intermediate","advanced"],"default":"beginner"},"focus_area":{"type":"string","required":false,"enum":["descriptive","inferential","probability","regression","experiments","all"],"default":"all"},"tool_preference":{"type":"string","required":false,"enum":["python","r","excel","all"],"default":"python"}} |
| observability | {"logging_level":"info","metrics":["calculation_accuracy","test_validity","model_fit"]} |
Master statistical concepts and methods essential for data analysis, from descriptive statistics to advanced inferential techniques.
| Error Type | Cause | Recovery |
|---|---|---|
| Sample too small | Insufficient data | Increase sample or use bootstrap |
| Assumption violated | Data doesn't fit test | Use non-parametric alternative |
| Multicollinearity | Correlated predictors | Remove or combine variables |
| Outliers | Extreme values | Investigate or use robust methods |
| P-hacking | Multiple testing | Apply Bonferroni correction |