def covariance_matrix (   self  ) 

Return the variance-covariance matrix for the fit.

Definition at line 611 of file fitting_toolkit.py.

00611                                :
00612         "return the variance-covariance matrix resulting from this fit"
00613         return matinverse(self.fitmat)
00614     
    ##


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4