Properties for parameters of the default stat of geomSina().
Adjusts the value of bandwidth by multiplying it. Changes how smooth the frequency curve is.
The method (or exact value) of bandwidth. Can be String ("nrd0" or "nrd") or Double.
Maximum size of data to use density computation with 'full scan'. For bigger data, less accurate but more efficient density computation is applied.
The kernel used to calculate the density function. Choose among "gaussian", "cosine", "optcosine", "rectangular" (or "uniform"), "triangular", "biweight" (or "quartic"), "epanechikov" (or "parabolic").
The number of sampled points for plotting the function.
Calculates given quantiles of the density estimate.
How to scale the groups.
Extend domain of each violin on tailsCutoff * bw if trim = false.
tailsCutoff * bw
trim = false
If false, each density is computed on the full range of the data. If true, each density is computed over the range of that group.