Logo

statsmodels.tools.tools.isestimable

statsmodels.tools.tools.isestimable(C, D)[source]

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

statsmodels.tools.tools.fullrank

Next topic

statsmodels.tools.tools.monotone_fn_inverter

This Page