aeon
Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classificatio…
Maintainer K-Dense Inc. · Last updated April 1, 2026
Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagnostics across a wide range of statistical methods. Apply this skill for rigorous statistical analysis, from simple linear regression to complex time series models and econometric analyses.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/statsmodels
Skill Snapshot
Source Doc
This skill should be used when:
import statsmodels.api as sm
import numpy as np
import pandas as pd
## Fit OLS model
model = sm.OLS(y, X)
results = model.fit()
Related skills
Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classificatio…
This skill provides Python tools for searching and retrieving preprints from arXiv.org via its public Atom API. It supports keyword search,…
Differential binding analysis using DiffBind. Compare ChIP-seq peaks between conditions with statistical rigor. Requires replicate samples.…
Analyzes base editing and prime editing outcomes including editing efficiency, bystander edits, and indel frequencies. Use when quantifying…