fishmethods (version 1.10-4)

deltadist: Delta Distribution Mean and Variance Estimators

Description

Calculates the mean and variance of a catch series based on the delta distribution described in Pennington (1983).

Usage

deltadist(x = NULL)

Arguments

x

vector of catch values, one record for each haul. Include zero and nonzero catches. Missing values are deleted prior to estimation.

Value

vector containing the delta mean and associated variance.

Details

Data from marine resources surveys usually contain a large proportion of hauls with no catches. Use of the delta-distribution can lead to more efficient estimators of the mean and variance because zeros are treated separately. The methods used here to calculate the delta distribution mean and variance are given in Pennington (1983).

References

Pennington, M. 1983. Efficient estimators of abundance for fish and plankton surveys. Biometrics 39: 281-286.

Examples

Run this code
# NOT RUN {
data(catch)
deltadist(catch$value) 
# }

Run the code above in your browser using DataCamp Workspace