We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06338f commit 726561fCopy full SHA for 726561f
doc/OnlineDocs/explanation/analysis/parmest/covariance.rst
@@ -84,5 +84,8 @@ e.g.,
84
.. doctest::
85
:skipif: not __import__('pyomo.contrib.parmest.parmest').contrib.parmest.parmest.parmest_available
86
87
+ >>> import pyomo.contrib.parmest.parmest as parmest
88
+ >>> pest = parmest.Estimator(exp_list, obj_function="SSE")
89
+ >>> obj_val, theta_val = pest.theta_est()
90
>>> cov_method = "reduced_hessian"
91
>>> cov = pest.cov_est(cov_n=num_data, method=cov_method)
0 commit comments