composewell / streamly-statistics

Statistical measures for finite or infinite data streams
Apache License 2.0
6 stars 0 forks source link

Add kernel density estimation folds #24

Open harendra-kumar opened 2 years ago

harendra-kumar commented 2 years ago

See https://hackage.haskell.org/package/statistics-0.16.0.1/docs/Statistics-Sample-KernelDensity.html .

harendra-kumar commented 2 years ago

We need to implement fft first: https://hackage.haskell.org/package/statistics-0.16.0.1/docs/Statistics-Transform.html .