statsmodels

Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagnostics across a wide range of statistical methods.

Content Preview
---
name: statsmodels
description: "Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagnostics across a wide range of statistical methods."
license: BSD-3-Clause license
metadata:
    skill-author: K-Dense Inc.
risk: unknown
source: community
---

# Statsmodels: Statistical Modeling and Econometrics

## Overview

Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagno
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/statsmodels.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/statsmodels/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/statsmodels/SKILL.md

Related Skills