optima

Optimization of a predicted response value of a fitted quadratic equation.
2.1K 次下载
更新时间 2005/3/30

查看许可证

This m-file is a canonical analysis for exploring and exploiting a fitted quadratic response surface by its stationary point.

Inputs:
b - vector of regression coefficients of the fitted quadratic equation: [intercept (1), linear (p), quadratic, (p) and cross-products (p[p-1]/2)]. It must to be enter in that strictly order. They can be coded or actual.

p - Number of independent variables (factors).

Outputs:
A complete summary of the canonical analysis given the critical points (in case you have utilized the coded factor levels, you should decode them to the actual values), predicted response at the stationary point, and the curvature and orientation of the quadratic response surface.

Tip:
To decode factor value (Xic) to actual (Xia),

Xia = 0.5*(Xil+Xih) + 0.5*(Xih-Xil)*Xic

where Xil=actual low level for factor Xi, Xih=actual high level for factor Xi.

引用格式

Antonio Trujillo-Ortiz (2025). optima (https://www.mathworks.com/matlabcentral/fileexchange/7206-optima), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R11
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Quadratic Programming and Cone Programming 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Output was improved.