mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
22 lines
636 B
Plaintext
22 lines
636 B
Plaintext
RegressionApp = "Regression"
|
|
RegressionAppCapital = "REGRESSION"
|
|
Regression = "Regression"
|
|
Reg = "reg"
|
|
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"
|
|
Quadratic = "Quadratic"
|
|
Cubic = "Cubic"
|
|
Quartic = "Quartic"
|
|
Logarithmic = "Logarithmic"
|
|
Exponential = "Exponential"
|
|
Power = "Power"
|
|
Trigonometrical = "Trigonometric"
|
|
Logistic = "Logistic"
|
|
DataNotSuitableForRegression = " Data not suitable for this regression model"
|