Statistics Toolbox    
weiblike

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,avar] = weiblike(params,data) also returns avar, which is the asymptotic variance-covariance matrix of the parameter estimates if the values in params are the maximum likelihood estimates. avar is the inverse of Fisher's information matrix. The diagonal elements of avar are the asymptotic variances of their respective parameters.

The Weibull negative log-likelihood is

weiblike is a utility function for maximum likelihood estimation.

Example

This example continues the example from weibfit.

Reference

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

See Also

betalike, gamlike, mle, normlike, weibcdf, weibfit, weibinv, weibpdf, weibplot, weibrnd, weibstat


  weibinv weibpdf