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
21 lines
626 B
Plaintext
21 lines
626 B
Plaintext
RegressionApp = "Regression"
|
|
RegressionAppCapital = "REGRESSION"
|
|
Regression = "Regression"
|
|
MeanDot = "mean"
|
|
RegressionCurve = "Regression curve"
|
|
XPrediction = "Prediction given X"
|
|
YPrediction = "Prediction given Y"
|
|
ValueNotReachedByRegression = "Value not reached in this window"
|
|
NumberOfDots = "Number of points"
|
|
Covariance = "Covariance"
|
|
Linear = "Linear"
|
|
Proportional = "Proportional"
|
|
Quadratic = "Quadratic"
|
|
Cubic = "Cubic"
|
|
Quartic = "Quartic"
|
|
Logarithmic = "Logarithmic"
|
|
Power = "Power"
|
|
Trigonometrical = "Trigonometric"
|
|
Logistic = "Logistic"
|
|
DataNotSuitableForRegression = " Data not suitable for this regression model"
|