Fixed FE 1

This commit is contained in:
MBulli
2018-03-12 22:21:39 +01:00
parent c224967b19
commit 316b1d2911
11 changed files with 76 additions and 72 deletions

View File

@@ -1,10 +1,10 @@
\section{Conclusion}
Within this paper a novel approach for rapid computation of the KDE was presented.
Within this paper a novel approach for rapid approximation of the KDE was presented.
This is achieved by considering the discrete convolution structure of the BKDE and thus elaborate its connection to digital signal processing, especially the Gaussian filter.
Using a box filter as an appropriate approximation results in an efficient computation scheme with a fully linear complexity and a negligible overhead, as confirmed by the utilized experiments.
The analysis of the error showed that the method exhibits an expected error behaviour compared to the BKDE.
The analysis of the error showed that the method exhibits an similar error behaviour compared to the BKDE.
In terms of calculation time, our approach outperforms other state of the art implementations.
Despite being more efficient than other methods, the algorithmic complexity still increases in its exponent with increasing number of dimensions.