Skip to main content

Module violin

Module violin 

Source
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.