We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56caefb commit a42b129Copy full SHA for a42b129
README.md
@@ -17,7 +17,7 @@ will construct a `UnivariateKDE` object from the real vector `data`. The optiona
17
fourier transforms used internally, there should be sufficient spacing to
18
prevent wrap-around at the boundaries.
19
* `npoints`: the number of interpolation points to use. The function uses
20
- fast fourier transforms (FFTs) internally, so for optimal efficiency this
+ fast Fourier transforms (FFTs) internally, so for optimal efficiency this
21
should be a power of 2 (default = 2048).
22
* `kernel`: the distributional family to use as the kernel (default =
23
`Normal`). To add your own kernel, extend the internal `kernel_dist` function.
0 commit comments