MirroredKumaraswamyDistribution: Get a reversed Kumaraswamy distribution wrapper

Description Details Super class Public fields Methods

Description

Get a reversed Kumaraswamy distribution wrapper

Get a reversed Kumaraswamy distribution wrapper

Details

This is a Kumaraswamy distrbution mirrored in the line x=0.5, with support from x=0..1

Super class

ClassifierResult::Distribution -> MirroredKumaraswamyDistribution

Public fields

mode

the mode of the kumaraswamy

iqr

the iqr of the normal distribuition

Methods

Public methods

Inherited methods

Method new()

Kumaraswamy distribution

Usage
MirroredKumaraswamyDistribution$new(
  mode = runif(1, 0.1, 0.9),
  iqr = runif(0.1, 0.3)
)
Arguments
mode

the mode of the distribution

iqr

the iqr of the target (must be strictly less than 0.5)


Method label()

get a label for this distribution

Usage
MirroredKumaraswamyDistribution$label()

Method clone()

The objects of this class are cloneable with this method.

Usage
MirroredKumaraswamyDistribution$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


terminological/classifier-result documentation built on March 14, 2020, 8:04 a.m.