Inheritance diagram for nipy.algorithms.statistics.regression:
This module provides various convenience functions for extracting statistics from regression analysis techniques to model the relationship between the dependent and independent variables.
As well as a convenience class to output the result, RegressionOutput
Bases: nipy.algorithms.statistics.regression.RegressionOutput
Output an array from a GLM pass through data.
By default, the function called is output_resid, so residuals are output.
A class to output things in GLM passes through arrays of data.
Parameters: | img : the output Image fn : a function that is applied to a scipy.stats.models.model.LikelihoodModelResults instance |
---|
A class to output more than one thing from a GLM pass through arrays of data.
Parameters: | imgs : the list of output images fn : a function that is applied to a scipy.stats.models.model.LikelihoodModelResults instance |
---|
Bases: nipy.algorithms.statistics.regression.RegressionOutputList
Output contrast related to a T contrast from a GLM pass through data.