Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.

nilearn.glm.TContrastResults#

class nilearn.glm.TContrastResults(t, sd, effect, df_den=None)[source]#

Results from a t contrast of coefficients in a parametric model.

The class does nothing. It is a container for the results from T contrasts, and returns the T-statistics when np.asarray is called.

__init__(t, sd, effect, df_den=None)[source]#