Function to calculate the mode of a unimodal distribution which is
specified by the root of the density function name and the
corresponding parameters.
Usage
distMode(densFn, param = NULL, ...)
Value
The mode is found by a numerical optimization using
Character. The name of the density function for which
the mode is required.
param
Numeric. A vector giving the parameter values for the
distribution specified by densFn. If no param values
are specified, then the default parameter values of each
distribution are used instead.
...
Passes arguments to optimize. In
particular, the parameters of the distribution.
The name of the unimodal density function must be supplied as the
characters of the root for that density (e.g. norm,
ghyp). The particular unimodal distribution being considered is
specified by the value of the argument param, or for base R
distributions by specification in the ... arguments.