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.FContrastResults#

class nilearn.glm.FContrastResults(effect, covariance, F, df_num, df_den=None)[source]#

Results from an F contrast of coefficients in a parametric model.

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

__init__(effect, covariance, F, df_num, df_den=None)[source]#