Agens statsmodels

skill_id: statsmodels

install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest: skills/statsmodels/skill.yaml
source content

skill_id: statsmodels name: statsmodels description: Statistical models library for Python. Use when you need specific model classes (OLS, GLM, mixed models, ARIMA) with detailed diagnostics, residuals, and inference. Best for econometrics, time series, rigorous inference with coefficient tables. For guided statistical test selection with APA reporting use statistical-analysis. version: 1.0.0 author: K-Dense Inc. license: BSD-3-Clause license tags:

  • scientific-agent-skills
  • statsmodels tools: [] permissions: network: false filesystem: false shell: false agents:
  • executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: statsmodels upstream_path: scientific-skills/statsmodels/SKILL.md upstream_frontmatter: name: statsmodels description: Statistical models library for Python. Use when you need specific model classes (OLS, GLM, mixed models, ARIMA) with detailed diagnostics, residuals, and inference. Best for econometrics, time series, rigorous inference with coefficient tables. For guided statistical test selection with APA reporting use statistical-analysis. license: BSD-3-Clause license metadata: skill-author: K-Dense Inc.