Statistics Toolbox
  Go to function:
    Search    Help Desk 
weiblike    Examples   See Also

Weibull negative log-likelihood function.

Syntax

Description

logL = weiblike(params,data) returns the Weibull log-likelihood with parameters params(1) = a and params(2) = b given the data, xi.

[logL,info] = weiblike(params,data) adds Fisher's information matrix, info. The diagonal elements of INFO are the asymptotic variances of their respective parameters.

The Weibull negative log-likelihood is:


weiblike is a utility function for maximum likelihood estimation.

Example

Continuing the example for weibfit:

Reference

Patel, J. K., C. H. Kapadia, and D. B. Owen, Handbook of Statistical Distributions, Marcel-Dekker, 1976.

See Also



[ Previous | Help Desk | Next ]