Skip to content

Commit

Permalink
Merge 1246401 into cc91031
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesmoon committed Apr 10, 2019
2 parents cc91031 + 1246401 commit 33974f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/julia_examples.rst
@@ -1,5 +1,5 @@
=============================
LineaLeastSquares.jl Examples
LinearLeastSquares.jl Examples
=============================

This tutorial showcases LinearLeastSquares.jl through a few involved examples of linearly
Expand Down Expand Up @@ -67,7 +67,7 @@ and our line is defined as
.. math::
r(x, y) = f(x) - y.
One reasonable way to measure the how different line is from the data is to
One reasonable way to measure how different the line is from the data is to
sum the squares of the residuals between each point in the data and the line:

.. math::
Expand Down

0 comments on commit 33974f3

Please sign in to comment.