WIP: feature/emd #521

Draft
teldufalsari wants to merge 11 commits from teldufalsari/kmath:feature/emd into dev
Showing only changes of commit 1c5113da29 - Show all commits

View File

@ -91,7 +91,7 @@ public class EmpiricalModeDecomposition<BA, L: Number> (
/** /**
* Compute a single iteration of the sifting process. * Compute a single iteration of the sifting process.
*/ */
private fun siftInner( private tailrec fun siftInner(
prevMode: Series<Double>, prevMode: Series<Double>,
iterationNumber: Int, iterationNumber: Int,
sNumber: Int sNumber: Int