File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2828,7 +2828,7 @@ <h3>3.2: Optimize the Combination of Frequencies</h3>
2828
2828
pred.int = .95,
2829
2829
seasonal.factor = nns_periods[1:200],
2830
2830
print.trace = FALSE)</code></pre>
2831
- <pre><code>## Time difference of 21.81794 mins</code></pre>
2831
+ <pre><code>## Time difference of 19.9947 mins</code></pre>
2832
2832
</div>
2833
2833
<div id="forecast" class="section level3">
2834
2834
<h3>3.3: Forecast</h3>
@@ -2925,7 +2925,7 @@ <h2>SCUM Forecasts and Timings</h2>
2925
2925
# SCUM execution time
2926
2926
scum_time <- scum_end.time - scum_start.time
2927
2927
scum_time</code></pre>
2928
- <pre><code>## Time difference of 6.915558 mins</code></pre>
2928
+ <pre><code>## Time difference of 6.835971 mins</code></pre>
2929
2929
<pre class="r"><code># SCUM evaluation
2930
2930
(sum((scum_forecast - mean(dtest$tide_feet)) * (dtest$tide_feet - mean(dtest$tide_feet))) ^ 2) / (sum((dtest$tide_feet - mean(dtest$tide_feet)) ^ 2) * sum((scum_forecast - mean(dtest$tide_feet)) ^ 2))</code></pre>
2931
2931
<pre><code>## [1] 2.294788e-07</code></pre>
You can’t perform that action at this time.
0 commit comments