Expand description
Violin plot builder methods and kernel density estimation.
Provides a fluent builder API for configuring ViolinArtist instances,
along with a Gaussian kernel density estimation (KDE) function used to
compute the shape of each violin.
Functions§
- gaussian_
kde - Evaluates a Gaussian kernel density estimate at a set of points.
- silverman_
bandwidth - Computes the bandwidth for kernel density estimation using Silverman’s rule.