mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
21 lines
609 B
Plaintext
21 lines
609 B
Plaintext
RegressionApp = "Regression"
|
|
RegressionAppCapital = "REGRESSION"
|
|
Regression = "Regression"
|
|
MeanDot = "mittel"
|
|
RegressionCurve = "Regressionskurve"
|
|
XPrediction = "Berechne Y"
|
|
YPrediction = "Berechne X"
|
|
ValueNotReachedByRegression = "Wert im Fenster nicht erreicht"
|
|
NumberOfDots = "Punktanzahl"
|
|
Covariance = "Kovarianz"
|
|
Linear = "Lineare"
|
|
Proportional = "Proportional"
|
|
Quadratic = "Quadratische"
|
|
Cubic = "Kubische"
|
|
Quartic = "Biquadratische"
|
|
Logarithmic = "Logarithmische"
|
|
Power = "Potenz"
|
|
Trigonometrical = "Trigonometrische"
|
|
Logistic = "Logistische"
|
|
DataNotSuitableForRegression = "Daten sind nicht geeignet"
|