powered by
The estimates are min(x) and max(x).
min(x)
max(x)
mlunif(x, na.rm = FALSE, ...)
mlunif returns an object of class
mlunif
univariateML. This is a named numeric vector with maximum likelihood estimates for min
univariateML
min
and max and the following attributes:
max
model
The name of the model.
density
The density associated with the estimates.
logLik
The loglikelihood at the maximum.
support
The support of the density.
n
The number of observations.
call
The call as captured my match.call
match.call
a (non-empty) numeric vector of data values.
logical. Should missing values be removed?
currently affects nothing.
For the density function of the logistic distribution see Uniform.
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, Volume 2, Chapter 26. Wiley, New York.
Uniform for the uniform density.
mlunif(precip)
Run the code above in your browser using DataLab