mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Units with the same name in all available languages have been moved to the new file toolbox.universal.i18n. Change-Id: I82ef362ca335dc61da5f3bca67714a9ae409793d
12 lines
483 B
Plaintext
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"
|