DensityStatParameters

Properties

Link copied to clipboard
abstract val adjust: Number?

Adjusts the value of bandwidth by multiplying it. Changes how smooth the frequency curve is.

Link copied to clipboard
abstract val bw: Any?

The method (or exact value) of bandwidth. Can be String ("nrd0" or "nrd") or Double.

Link copied to clipboard
abstract val fullScanMax: Int?

Maximum size of data to use density computation with 'full scan'. For bigger data, less accurate but more efficient density computation is applied.

Link copied to clipboard
abstract val kernel: String?

The kernel used to calculate the density function. Choose among "gaussian", "cosine", "optcosine", "rectangular" (or "uniform"), "triangular", "biweight" (or "quartic"), "epanechikov" (or "parabolic").

Link copied to clipboard
abstract val n: Int?

The number of sampled points for plotting the function.

Link copied to clipboard
abstract val quantiles: List<Number>?

Calculates given quantiles of the density estimate.

Link copied to clipboard
abstract val trim: Boolean?

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.