powered by
Calculates the mean cpue after replacing unusually large catches with expected values using the method of Kappenman (1999)
cpuekapp(x = NULL, nlarge = NULL, absdif = 0.001)
list element containing new arithmetic mean.
list element containing the original observation(s) and expected order statistic(s).
vector of non-zero trawl catch data.
the number of values considered unusually large.
convergence tolerance
Gary A. Nelson, Massachusetts Division of Marine Fisheries gary.nelson@mass.gov
Use function gap to choose the number of unusually large values.
gap
Kappenman, R. F. 1999. Trawl survey based abundance estimation using data sets with unusually large catches. ICES Journal of Marine Science. 56: 28-35.
if (FALSE) { ## Data from Table 1 in Kappenman (1999) data(kappenman) cpuekapp(kappenman$cpue,1) }
Run the code above in your browser using DataLab