MLD {binequality} | R Documentation |
A function to calculate the MLD
Description
This fuction calculates MLD
Usage
MLD(samps)
Arguments
samps |
a (non-empty) numeric vector of values to calculate MLD over, for example, bin mid points or samples take from a fitted distribution. |
Details
FIXME - equations
Value
returns a numeric value representing the MLD
References
FIXME - references
Examples
MLD(qnorm(seq(0.001,0.999,length.out = 10), mean = 100))
[Package binequality version 1.0.4 Index]