labs.glm.glm¶
Module: labs.glm.glm
¶
Inheritance diagram for nipy.labs.glm.glm
:
Classes¶
contrast
¶
-
class
nipy.labs.glm.glm.
contrast
(dim, type='t', tiny=1e-50, dofmax=10000000000.0)[source]¶ Bases:
object
-
__init__
(dim, type='t', tiny=1e-50, dofmax=10000000000.0)[source]¶ tiny is a numerical constant for computations.
-
summary
()[source]¶ Return a dictionary containing the estimated contrast effect, the associated ReML-based estimation variance, and the estimated degrees of freedom (variance of the variance).
-
stat
(baseline=0.0)[source]¶ Return the decision statistic associated with the test of the null hypothesis: (H0) ‘contrast equals baseline’
-