Description Super class Public fields Methods
Get a log normal distribution wrapper
Get a log normal distribution wrapper
ClassifierResult::Distribution
-> LogNormalDistribution
mu
the mean of the normal distribuition
sigma
the sd of the normal distribuition
new()
get a LogNormal distribution based on tow paramteretisation options - mean and sd (on natural scale) or mode and sd (on natural scale)
LogNormalDistribution$new( mode = runif(1, 1, 4), sd = runif(1, 0.5, 5), mean = NA )
mode
the mode on a natural scale
sd
the standard deviation on a natural scale
mean
the mean on a natural scale
label()
gets a label for this distribution based on the parameters passed
LogNormalDistribution$label()
a string
theoreticalEntropy()
calculates the theoretical differential entropy
LogNormalDistribution$theoreticalEntropy()
a value
clone()
The objects of this class are cloneable with this method.
LogNormalDistribution$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.