Hello, Th CFX-9850GB Plus is programmed to perform 10 types of regressions, namely LinearReg: Linear y=ax+b Med-Med also linear y=ax+b QuadReg :Quadratic y= ax^2+bx+c Cubic: y=ax^3+bx^2+cx+d Quartic: y=ax^4+bx^3+cx^2+dx+e LogReg, logarithmic: y=a+b*ln(x) ExpReg, exponential y=a*e^(bx) PowerReg, power: y= ax^b SinReg, sinusoidal: y=a*sin(bx+c) +d LogisticReg, logistic; y= c/(1+a*e^(-bx))
There may be more regression models appropriate for more advanced (specialized) statistics but the ones in the list are all the CFX-9850GB plus offers. However, since the calculator knows a programming language, you may want to implement a particular model.