mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
21 lines
654 B
Plaintext
21 lines
654 B
Plaintext
RegressionApp = "Regressie"
|
|
RegressionAppCapital = "REGRESSIE"
|
|
Regression = "Regressie"
|
|
MeanDot = "gemiddelde"
|
|
RegressionCurve = "Regressielijn"
|
|
XPrediction = "Voorspelling gegeven X"
|
|
YPrediction = "Voorspelling gegeven Y"
|
|
ValueNotReachedByRegression = "Waarde niet gevonden in dit venster"
|
|
NumberOfDots = "Aantal punten"
|
|
Covariance = "Covariantie"
|
|
Linear = "Lineair"
|
|
Proportional = "Proportioneel"
|
|
Quadratic = "Tweedegraads"
|
|
Cubic = "Derdegraads"
|
|
Quartic = "Vierdegraads"
|
|
Logarithmic = "Logaritmisch"
|
|
Power = "Macht"
|
|
Trigonometrical = "Trigonometrisch"
|
|
Logistic = "Logistiek"
|
|
DataNotSuitableForRegression = " Data niet geschikt voor dit regressiemodel"
|