Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
eval_with_uncertainties¶
- eval_with_uncertainties(x, model, params)[source]¶
Compute Y values with error propagation.
- Parameters:
x (
ndarray
) – X values.model (
Model
) – LMFIT model.params (
Dict
[str
,AffineScalarFunc
]) – Fitter parameters in correlated ufloats.
- Return type:
ndarray
- Returns:
Y values with uncertainty (uarray).