distribution: Distribution
Description
calculates the most likely parameters for a given distribution.Usage
distribution(x, distribution = "weibull", start, ...)
Arguments
x
vector of distributed values from which the parameter should be determined.
distribution
character string specifying the distribution of x. The function distribution
will accept the following character strings for distribution
:
start
start values if needed.
Value
distribution()
returns an object of class distrCollection
.