Changeset 4643
- Timestamp:
- Nov 3, 2020 9:31:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r4638 r4643 137 137 \\ Nobs (int) Number of observed data points 138 138 \\ Rwp (float) overall weighted profile R-factor (%) 139 \\ chisq (float) :math:`\ sum w*(I_{obs}-I_{calc})^2`139 \\ chisq (float) :math:`\\sum w*(I_{obs}-I_{calc})^2` 140 140 for all data. 141 Note: this is not the reduced :math:`\ chi^2`.141 Note: this is not the reduced :math:`\\chi^2`. 142 142 \\ lamMax (float) Marquardt value applied to Hessian diagonal 143 143 \\ GOF (float) The goodness-of-fit, aka square root of … … 410 410 Asymmetric unit coordinates [X is (x,y,z)] 411 411 are transformed using 412 :math:`X^\ prime = M_n*X+T_n`412 :math:`X^\\prime = M_n*X+T_n` 413 413 SGPolax (str) Axes for space group polarity. Will be one of 414 414 '', 'x', 'y', 'x y', 'z', 'x z', 'y z', … … 840 840 4 (float) d-space, :math:`\\AA` 841 841 5 (float) :math:`F_{obs}^2` 842 6 (float) :math:`\ sigma(F_{obs}^2)`842 6 (float) :math:`\\sigma(F_{obs}^2)` 843 843 7 (float) :math:`F_{calc}^2` 844 844 8 (float) :math:`F_{obs}^2T`
Note: See TracChangeset
for help on using the changeset viewer.