Minor corrections to the documentation.

Thanks to Satya Mallick for reporting these.

Change-Id: Ia52e08a7e21d5247dc475cfbf10bf57265aa118f
This commit is contained in:
Sameer Agarwal
2013-11-20 11:29:22 -08:00
parent 3fca2c4b2f
commit 7747bb0e6b
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ when :math:`\rho_i(x) = x`, i.e., the identity function, we get the
more familiar `non-linear least squares problem
<http://en.wikipedia.org/wiki/Non-linear_least_squares>`_.
.. math:: \frac{1}{2}\sum_{i=1} \left\|f_i\left(x_{i_1}, ... ,x_{i_k}\right)\right\|^2.
.. math:: \frac{1}{2}\sum_{i} \left\|f_i\left(x_{i_1}, ... ,x_{i_k}\right)\right\|^2.
:label: ceresproblem2
In this chapter we will learn how to solve :eq:`ceresproblem` using