Blame view

Modif/epsilon-master/apps/regression/base.en.i18n 636 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  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"