Learn R Programming

qualityTools (version 1.53)

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:
  • normal
  • chi-squared
  • ex
start
start values if needed.
...
...

Value

  • distribution() returns an object of class distrCollection.

References

MASS Package.