[Regression] Fixed affine and linear name errors

This commit is contained in:
Joachim LF
2020-05-04 11:22:42 +02:00
committed by LeaNumworks
parent 5297f28ffa
commit 740e9e9d12
7 changed files with 11 additions and 17 deletions

View File

@@ -119,7 +119,7 @@ InvSortCommandWithArg = "sort>(L)"
K = "k"
Lambda = "λ"
LcmCommandWithArg = "lcm(p,q)"
LinearRegressionFormula = " y=a·x+b "
AffineRegressionFormula = " y=a·x+b "
LogCommandWithArg = "log(x,a)"
MatrixCommand = "[[\x11]]"
MatrixCommandWithArg = "[[1,2][3,4]]"