tests.test_kde module
Tests for the Kernel Density Estimation module
- test_KDE_batch(batch, evalKDE)[source]
Test both kernel density estimators by using random data points and evaluating the Kernel Density Estimation at one point
- Parameters:
batch
evalKDE
Returns:
- test_KDE_data(evalKDE, data, stdevs, grid_bounds, resolution=33)[source]
Test both kernel density estimators by using one data point and evaluating the Kernel Density Estimation over a grid
- Parameters:
evalKDE
data
stdevs
grid_bounds
resolution – (Default value = 33)
Returns: