The random sampling theory estimator of Jolly and Hampton (1990)
Source:R/JollyAndHampton1990.R
jhF.Rd
The Jolly and Hampton (1990) estimator is often used to calculate mean pelagic animal densities and associated variances. Users are encouraged to review Jolly and Hampton (1990) before using this function.
Arguments
- transectLength
[numeric, vector] of transect lengths
- transectMeanDen
[numeric, vector] transect weighted mean densities. See details.
- transectName
=NULL Optional character vector of transect names.
- svyName
=NULL Optional character variable of survey names. Must be used if the jhMultipleStrataF function is used to estimate mean and variance across multiple strata.
- area
=NULL Optional variable of the survey or stratum area. Must be used if the jhMultipleStrataF function is used to estimate mean and variance across multiple strata.
Details
The transectMeanDen
In the case of acoustic data, each element (areal density value) is multiplied by the integration interval (along transect) length. The distance multiplication must take place outside of this function.
The function returns a two element list. The first element $summaryStats
is a vector with names $svy
- the survey name; MeanWeightedDensity - mean
density as per Jolly and Hampton (1990) $variance
- variance calculated as per Jolly and Hampton (1990), and $totalTransectLength
total transect length. If survey area is provided area
then biomass $biomass
with confidence internal $lowerIntervalBiomass
and $upperIntervalBiomass
. The secord element of the list returned in $transects
statistics fo each trasect.
References
Jolly, G. M., and Hampton, I. 1990. A stratified random transect design for acoustic surveys of fish stocks. Canadian Journal of Fisheries and Aquatic Sciences, 47: 1282-1291.