Home
last modified time | relevance | path

Searched defs:theta_star (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/parmest/
H A Dgraphics.py55 def _get_data_slice(xvar,yvar,columns,data,theta_star): argument
96 def _add_scatter(x,y,color,columns,theta_star,label=None): argument
118 def _add_scipy_dist_CI(x,y,color,columns,ncells,alpha,dist,theta_star,label=None): argument
154 def _add_obj_contour(x,y,color,columns,data,theta_star,label=None): argument
168 def _set_axis_limits(g, axis_limits, theta_vals, theta_star): argument
190 def pairwise_plot(theta_values, theta_star=None, alpha=None, distributions=[], argument
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_model.c1484 gretl_vector **theta_star, in arma_model_AR_MA_coeffs()