Description Details Super class Public fields Methods
Get a reversed Kumaraswamy distribution wrapper
Get a reversed Kumaraswamy distribution wrapper
This is a Kumaraswamy distrbution mirrored in the line x=0.5, with support from x=0..1
ClassifierResult::Distribution
-> MirroredKumaraswamyDistribution
mode
the mode of the kumaraswamy
iqr
the iqr of the normal distribuition
new()
Kumaraswamy distribution
MirroredKumaraswamyDistribution$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
MirroredKumaraswamyDistribution$label()
clone()
The objects of this class are cloneable with this method.
MirroredKumaraswamyDistribution$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.