Extrapolate as: I(q) = A * q^p
I(q) = A * q^p
Parameters: | q (float) – magnitude of scattering vector |
---|---|
Returns: | value of extrapolation function at q |
Return type: | float |
Add a data point to the statistics registers. Called from fit_loop().
Note: | might override in subclass |
---|---|
Parameters: |
|
Determine the results of the fit and store them as the set of coefficients in the self.coefficients dictionary. Called from fit().
Note: | must override in subclass otherwise fit_result() will throw an exception |
---|---|
Parameters: | reg (StatsRegClass object) – statistics registers (created in fit()) |