Home | Trees | Indices | Help |
|
---|
|
General linear model (GLM).
Regressors can be defined in a design matrix and a linear fit of the data is computed univariately (i.e. indepently for each feature). This measure can report 'raw' parameter estimates (i.e. beta weights) of the linear model, as well as standardized parameters (z-stat) using an ordinary least squares (aka fixed-effects) approach to estimate the parameter estimate.
The measure is reported in a (nfeatures x nregressors)-shaped array.
|
|||
Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
pe = StateVariable(enabled= False, doc= "Parameter estimates (
|
|||
zstat = StateVariable(enabled= False, doc= "Standardized param
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
Computes a per-feature-measure on a given Dataset. Behaves like a DatasetMeasure, but computes and returns a 1d ndarray with one value per feature.
|
|
pe
|
zstat
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:31 2012 | http://epydoc.sourceforge.net |