[Scilab-users] Polynomic regression

Dang, Christophe Christophe.Dang at sidel.com
Wed Jul 2 11:28:34 CEST 2014


Sorry, small error concerning "if you want to group three analytical functions, for three intervals, inside one single Scilab function"

use

y(boolean1) = P(A1, x(boolean1));

if P is a generic function and A1 are the parameters for the function (typically here A1 are the coefficients for the polynomial)

or use

y(boolean1) = horner(P1, x(boolean1));

if P1 is a specific polynomial.

-- 
Christophe Dang Ngoc Chan
Mechanical calculation engineer

______________________________________________________________________

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
______________________________________________________________________



More information about the users mailing list