You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/OnlineDocs/explanation/analysis/doe/guide.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ MBDoE analysis. This is in line with the convention used in the parameter estima
14
14
* ``measurement_error`` - The error associated with individual values measured during the experiment. It is passed as a standard deviation or square root of the diagonal elements of the observation error covariance matrix. Pyomo.DoE currently assumes that the observation errors are Gaussain and independent both in time and across measurements.
15
15
* ``unknown_parameters`` - Those parameters in the model that are estimated using the measured values during the experiment
16
16
17
-
An example of the subclassed ``Experiment`` object that builds and labels the model is shown in the next few sections.
17
+
An example of the subclassed :class:`Experiment` object that builds and labels the model is shown in the next few sections.
18
18
19
19
This guide illustrates the use of Pyomo.DoE using a reaction kinetics example (Wang and Dowling, 2022).
0 commit comments