Skip to content

Commit a440168

Browse files
committed
Update documentation
1 parent 3b41541 commit a440168

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

_sources/notebooks/04/ar-ma.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
},
561561
"source": [
562562
"**AR(1) Model** \n",
563-
"- The first-frder autoregressive model, AR(1), is \n",
563+
"- The first-order autoregressive model, AR(1), is \n",
564564
"\n",
565565
"$$X(t) = c + \\phi_1 X(t-1) + \\epsilon_t$$\n",
566566
"\n",

notebooks/03/smoothing.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,10 +1415,7 @@ <h3>Triple Exponential<a class="headerlink" href="#triple-exponential" title="Li
14151415
</div>
14161416
</div>
14171417
<div class="cell_output docutils container">
1418-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Predictions:
1419-
</pre></div>
1420-
</div>
1421-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> [204.468726 207.03255819 215.74668895 209.88430558 202.24064983]
1418+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Predictions: [204.468726 207.03255819 215.74668895 209.88430558 202.24064983]
14221419
MSE: 28.93848905442322
14231420
</pre></div>
14241421
</div>

notebooks/04/ar-ma.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ <h2>Autoregressive (AR) models<a class="headerlink" href="#autoregressive-ar-mod
750750
</ul>
751751
<p><strong>AR(1) Model</strong></p>
752752
<ul class="simple">
753-
<li><p>The first-frder autoregressive model, AR(1), is</p></li>
753+
<li><p>The first-order autoregressive model, AR(1), is</p></li>
754754
</ul>
755755
<div class="math notranslate nohighlight">
756756
\[X(t) = c + \phi_1 X(t-1) + \epsilon_t\]</div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)