Description Details Super class Public fields Methods
Get a kumaraswamy distribution wrapper
Get a kumaraswamy distribution wrapper
This is a Kumaraswamy distrbution with support from x=0..1
ClassifierResult::Distribution
-> KumaraswamyDistribution
mode
the mode of the kumaraswamy
iqr
the iqr of the normal distribuition
new()
Kumaraswamy distribution
KumaraswamyDistribution$new(mode = runif(1, 0.1, 0.9), iqr = runif(0.1, 0.3))
mode
the mode of the distribution
iqr
the iqr of the target (must be strictly less than 0.5)
label()
get a label for this distribution
KumaraswamyDistribution$label()
clone()
The objects of this class are cloneable with this method.
KumaraswamyDistribution$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.