Skip to content

Commit 4f13a77

Browse files
authored
Update README.md
1 parent 1cf1353 commit 4f13a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ End Sub
215215
''' | Multivariate Linear Regression with regressors/predictors interaction. |
216216
''' | |
217217
''' | MLR(X;Y;True;'X1:X2') : {{0.8542 + 0.4458*X1 + 0.945*X2 + 0.0792*X1*X2};{0.947;0.9072}} |
218-
''' ------------------------------------------------------------------------------------------
218+
''' ------------------------------------------------------------------------------------------
219219
'''
220220
''' ----------------------------------------------------------------
221221
''' | Finding a zero for the given function in the interval -2<=x<=3 |
@@ -247,7 +247,7 @@ End Sub
247247
'''
248248
''' A={{2;4};{-5;1},{3;-8}};b={{10;-9.5;12}}
249249
''' --------------------------------------------------------------------
250-
''' | Solving overdetermined system of equations using least squares and |
250+
''' | Solving overdetermined system of equations using least squares and |
251251
''' | the QR decomposition |
252252
''' | |
253253
''' | MROUND(LSQRSOLVE(A;b);4) : {{2.6576;-0.1196}} |

0 commit comments

Comments
 (0)