The dataset with which :None:None:`gaussian_kde`
was initialized.
Number of dimensions.
Number of datapoints.
The bandwidth factor, obtained from :None:None:`kde.covariance_factor`
, with which the covariance matrix is multiplied.
The covariance matrix of dataset, scaled by the calculated bandwidth (:None:None:`kde.factor`
).
The inverse of covariance.
Datapoints to estimate from. In case of univariate data this is a 1-D array, otherwise a 2D array with shape (# of dims, # of data).
The method used to calculate the estimator bandwidth. This can be 'scott', 'silverman', a scalar constant or a callable. If a scalar, this will be used directly as :None:None:`kde.factor`
. If a callable, it should take a GaussianKDE
instance as only parameter and return a scalar. If None (default), 'scott' is used.
Representation of a kernel-density estimate using Gaussian kernels.
The following pages refer to to this document either explicitly or contain code examples using this.
matplotlib.mlab.GaussianKDE
matplotlib.pyplot.violinplot
matplotlib.axes._axes.Axes.violinplot
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them