Files
Upsilon/apps/regression/base.universal.i18n
Gabriel Ozouf 6a9a5dbe27 [i18n] Factor duplicate messages in universal
Units with the same name in all available languages have been moved to
the new file toolbox.universal.i18n.

Change-Id: I82ef362ca335dc61da5f3bca67714a9ae409793d
2020-11-04 15:33:01 +01:00

12 lines
483 B
Plaintext

ProportionalRegressionFormula = " y=a·x "
QuadraticRegressionFormula = " y=a·x^2+b·x+c "
CubicRegressionFormula = " y=a·x^3+b·x^2+c·x+d "
QuarticRegressionFormula = " y=a·x^4+b·x^3+c·x^2+d·x+e "
LogarithmicRegressionFormula = " y=a·ln(x)+b "
ExponentialRegressionFormula = " y=a·exp(b·x) "
PowerRegressionFormula = " y=a·x^b "
TrigonometricRegressionFormula = " y=a·sin(b·x+c)+d "
LogisticRegressionFormula = " y=c/(1+a·exp(-b·x)) "
Dash = "-"
Reg = "reg"