scikits.statsmodels.tools.isestimable

scikits.statsmodels.tools.isestimable(C, D)

From an q x p contrast matrix C and an n x p design matrix D, checks if the contrast C is estimable by looking at the rank of vstack([C,D]) and verifying it is the same as the rank of D.

Previous topic

scikits.statsmodels.tools.fullrank

Next topic

scikits.statsmodels.tools.monotone_fn_inverter

This Page