kerneltæthedskurver
Kernel density estimation is a non-parametric way to estimate the probability density function of a random variable. It is a smoothing technique that helps to visualize the distribution of data without making strong assumptions about the underlying shape of the distribution. Instead of assuming a specific distribution like a normal curve, kernel density estimation uses a kernel function to place a "bump" of probability around each data point. The sum of these bumps then forms the estimated probability density function.
The choice of kernel function is important but often has a less significant impact on the final