paramagpy.fit.metal_standard_deviation

paramagpy.fit.metal_standard_deviation(metals, params)[source]

Calculate the standard deviation in parameters <params> for a list of metal objects <metals>.

Parameters
  • metals (list of Metal objects) – the metals for which the standard deviation in parameters will be calculated

  • params (list of str) – the parameters for the standard deviation calculation. For example [‘x’,’y’,’z’,’ax’,’rh’,’a’,’b’,’g’,’shift’]

Returns

std_metal – the returned metal object has attributes equal to the standard deviation in the given parameter. All other attributes are zero.

Return type

metal object