QQLineStatParameters

interface QQLineStatParameters : OptionsCapsule

Properties for parameters of statQQLine().

Inheritors

Properties

Link copied to clipboard
abstract val distribution: String?

Distribution function to use: "norm", "uniform", "t", "gamma", "exp", "chi2".

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

Additional parameters passed on to distribution function.

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

Pair of quantiles to use when fitting the Q-Q line.