Learn R Programming

compoisson (version 0.3)

com.mean: Computes Mean of the COM-Poisson Distribution

Description

Computes the mean of the COM-Poisson distribution for given values of the parameters.

Usage

com.mean(lambda, nu)

Arguments

lambda
value of lambda parameter
nu
value of the nu parameter

Value

The mean of the distribution.

Details

Uses com.expectation to compute the first moment of the distribution.

References

Shmueli, G., Minka, T. P., Kadane, J. B., Borle, S. and Boatwright, P., “A useful distribution for fitting discrete data: Revival of the Conway-Maxwell-Poisson distribution,” J. Royal Statist. Soc., v54, pp. 127-142, 2005.

See Also

com.expectation, com.var

Examples

Run this code
	data(insurance)
	model = com.fit(Lemaire);
	com.mean(model$lambda, model$nu);

Run the code above in your browser using DataLab