Changeset 1186 for trunk/GSASIIpwd.py
- Timestamp:
- Jan 9, 2014 11:09:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r1176 r1186 1368 1368 Values2Dict(parmDict, varyList, result[0]) 1369 1369 Rwp = np.sqrt(chisq/np.sum(w[xBeg:xFin]*y[xBeg:xFin]**2))*100. #to % 1370 GOF = chisq/(xFin-xBeg-len(varyList)) 1370 GOF = chisq/(xFin-xBeg-len(varyList)) #reduced chi^2 1371 1371 print 'Number of function calls:',result[2]['nfev'],' Number of observations: ',xFin-xBeg,' Number of parameters: ',len(varyList) 1372 1372 print 'fitpeak time = %8.3fs, %8.3fs/cycle'%(runtime,runtime/ncyc)
Note: See TracChangeset
for help on using the changeset viewer.