Fix precommit

This commit is contained in:
Alan Woodward 2018-05-10 09:14:10 +01:00
parent e91d120999
commit b5021a6658
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ the second vector and sliding it across the first vector. The *dot product* of t
is calculated at each point as the second vector is slid across the first vector.
The dot products are collected in a *third vector* which is the *convolution* of the two vectors.
=== Moving Average
=== Moving Average function
Before looking at an example of convolution its useful to review the `movingAvg` function. The moving average
function computes a moving average by sliding a window across a vector and computing

View File

@ -56,6 +56,6 @@ record in your Solr Cloud cluster computable.
== <<curve-fitting.adoc#curve-fitting,Curve Fitting>>
== <<dsp.adoc#digital-signal-processing, Digital Signal Processing>>
== <<dsp.adoc#dsp,Digital Signal Processing>>
== <<machine-learning.adoc#machine-learning,Machine Learning>>