DOC: typo - #158

This commit is contained in:
Victor Grau Serrat
2018-01-12 08:38:07 -07:00
parent fa7711b21a
commit 3fe550d354
6 changed files with 93 additions and 5 deletions
+1 -1
View File
@@ -697,7 +697,7 @@ examine now how our portfolio value changed over time compared to the
bitcoin price.</p>
<p>Now we will run the simulation again, but this time we extend our original
algorithm with the addition of the <code class="docutils literal"><span class="pre">analyze()</span></code> function. Somewhat analogously
as how <code class="docutils literal"><span class="pre">initialize()</span></code> gets called once before the start of the algorith,
as how <code class="docutils literal"><span class="pre">initialize()</span></code> gets called once before the start of the algorithm,
<code class="docutils literal"><span class="pre">analyze()</span></code> gets called once at the end of the algorithm, and receives two
variables: <code class="docutils literal"><span class="pre">context</span></code>, which we discussed at the very beginning, and <code class="docutils literal"><span class="pre">perf</span></code>,
which is the pandas dataframe containing the performance data for our algorithm