optima
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 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
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. |