fit_rect_dist
(function from pyomo.contrib.parmest.graphics)
- pyomo.contrib.parmest.graphics.fit_rect_dist(theta_values, alpha)[source]
Fit an alpha-level rectangular distribution to theta values
- Parameters:
theta_values (DataFrame) – Theta values, columns = variable names
alpha (float, optional) – Confidence interval value
- Return type:
tuple containing lower bound and upper bound for each variable