pyfebiopt.optimize.experiments
==============================

.. py:module:: pyfebiopt.optimize.experiments

.. autoapi-nested-parse::

   Experimental data helpers.



Attributes
----------

.. autoapisummary::

   pyfebiopt.optimize.experiments.WeightFunction


Classes
-------

.. autoapisummary::

   pyfebiopt.optimize.experiments.ExperimentSeries


Module Contents
---------------

.. py:data:: WeightFunction

.. py:class:: ExperimentSeries

   Simple container for experimental x/y data and optional weights.


   .. py:attribute:: x
      :type:  numpy.ndarray


   .. py:attribute:: y
      :type:  numpy.ndarray


   .. py:attribute:: weight
      :type:  WeightFunction | None
      :value: None



   .. py:method:: weighted() -> tuple[numpy.ndarray, numpy.ndarray, numpy.ndarray | None]

      Return experimental data together with optional weights.



