Skip to content

Commit 584196e

Browse files
author
OVVO-Financial
committed
Merge branch 'NNS-Beta-Version' of https://github.com/OVVO-Financial/NNS into NNS-Beta-Version
2 parents a6c785b + 8c19e6c commit 584196e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tides.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,7 @@ <h3>3.2: Optimize the Combination of Frequencies</h3>
28282828
pred.int = .95,
28292829
seasonal.factor = nns_periods[1:200],
28302830
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>
28322832
</div>
28332833
<div id="forecast" class="section level3">
28342834
<h3>3.3: Forecast</h3>
@@ -2925,7 +2925,7 @@ <h2>SCUM Forecasts and Timings</h2>
29252925
# SCUM execution time
29262926
scum_time &lt;- scum_end.time - scum_start.time
29272927
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>
29292929
<pre class="r"><code># SCUM evaluation
29302930
(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>
29312931
<pre><code>## [1] 2.294788e-07</code></pre>

0 commit comments

Comments
 (0)