API Reference#

sweepystats.sweep_matrix#

SweepMatrix(A[, storage])

Thin wrapper over a numpy array.

sweepystats.linreg#

LinearRegression(X, y[, weights])

A class to perform linear regression based on the sweep operation.

sweepystats.ANOVA#

ANOVA(df, formula)

A class to perform (k-way) ANOVA based on the sweep operation.

sweepystats.Normal#

Normal(mu, sigma)

A class that computes the density and conditional distributions of the multivariate Gaussian using the sweep operation.