Density2dStatParameters

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 bins: Int?

Number of levels.

Link copied to clipboard
abstract val binWidth: Number?

Distance between levels.

Link copied to clipboard
abstract val bw: Any?

The method (or exact value) of bandwidth. Either a String (choose among "nrd0" and "nrd"), or a Double array of length 2.

Link copied to clipboard
abstract val contour: Boolean?

If true, contour the results of the 2D density estimation.

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 (on x and y direction correspondingly).