Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/julia_examples.rst
Original file line number Diff line number Diff line change
@@ -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