|  | JKQTPlotter trunk/v5.0.0
    an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies | 
| Functions | |
| double | jkqtpstatKernel2DGaussian (double tx, double ty) | 
| a 2D Gaussian kernel function, e.g. for Kernel Density Estimation | |
| double | jkqtpstatKernel2DUniform (double tx, double ty) | 
| a 2D Uniform kernel function, e.g. for Kernel Density Estimation | |
| 
 | inline | 
a 2D Gaussian kernel function, e.g. for Kernel Density Estimation
![\[ k(t_x, t_y):=\frac{1}{2\pi}\exp \left(-\frac{t_x^2+t_y^2}{2}\right) \]](form_125.png)
| 
 | inline | 
a 2D Uniform kernel function, e.g. for Kernel Density Estimation
![\[ k(t_x, t_y):=\begin{cases}\frac{1}{4},  & \text{if }t_x,t_y\in [-1;1]\\0, & \text{else}\end{cases} \]](form_126.png)