Package target_functions :: Module relax_fit
[hide private]
[frames] | no frames]

Module relax_fit

Functions [hide private]
 
back_calc_I(...)
Return the back calculated peak intensities as a Python list.
 
d2func(...)
Target function for calculating and returning the chi-squared Hessian.
 
dfunc(...)
Target function for calculating and returning the chi-squared gradient.
 
func(...)
Target function for calculating and returning the chi-squared value.
 
setup(...)
Set up the module in preparation for calls to the target function.
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

d2func(...)

 

Target function for calculating and returning the chi-squared Hessian.

This is currently unimplemented.

dfunc(...)

 

Target function for calculating and returning the chi-squared gradient.

This is currently unimplemented.

func(...)

 

Target function for calculating and returning the chi-squared value.

Firstly the back calculated intensities are generated, then the chi-squared statistic is calculated.