Navigation: 使用 PRISM 进行回归分析 11 > 使用 Prism 进行非线性回归 > Prism 内置方程(模型)
多项式方程
A polynomial model is very versatile, and fits many kinds of data. It is of the form: Y=B0 + B1X + B2X2 + B3*X3 ...