expected.nb {emon}R Documentation

Expected value of Visual Fast Count Estimator assuming Negative Binomial distribution for counts

Description

The function is used to obtain the method of moments estimator within the function GVFCMOM.

Calculates the expected value of the Visual Fast Count method. The function assumes that the count per segment is Negative Binomial with mean m/s and size k, and that segment counts are independent. The expected value is also a function of the number of positives d before segment counting is stopped.

Usage

expected.nb(k, m, s, d)

Arguments

k

Size parameter of the Negative Binomial distribution

m

The mean of the Negative Binomial distribution per transect

s

The number of segments per transect

d

The number of positive counts before segment counting is stopped

Value

The expected value of the Visual Fast Count estimator

Author(s)

Jon Barry: Jon.Barry@cefas.co.uk

See Also

expected.pois, GVFCMOM


[Package emon version 1.3.2 Index]