pyfebiopt.optimize.experiments
Experimental data helpers.
Attributes
Classes
Simple container for experimental x/y data and optional weights. |
Module Contents
- pyfebiopt.optimize.experiments.WeightFunction
- class pyfebiopt.optimize.experiments.ExperimentSeries
Simple container for experimental x/y data and optional weights.
- x: numpy.ndarray
- y: numpy.ndarray
- weight: WeightFunction | None = None
- weighted() tuple[numpy.ndarray, numpy.ndarray, numpy.ndarray | None]
Return experimental data together with optional weights.