Properties for parameters of statDensity().
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.
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.