py4sci

Previous topic

Reference

Next topic

hdf - Functions for Accessing HDF5 Files

This Page

calibrate

puq.calibrate(params, caldata, err, func, weight=20)

Calibrate a variable or variables.

Parameters:
  • params (list) – Input parameters.
  • caldata (list or array) – Experimental output values.
  • err (float) – Deviation representing the measurement error in caldata.
  • func – Response function.
Returns:

A copy of params modified with the calibrated variables.