WeightsLCV: Linear coefficient of variation (Lcv) weightings for a...

View source: R/All.R

WeightsLCVR Documentation

Linear coefficient of variation (Lcv) weightings for a pooling group

Description

Provides the LCV weights for each site in a pooling group

Usage

WeightsLCV(x)

Arguments

x

pooling group derived with the Pool() function

Details

Weighting method for FEH2025

Value

A data.frame with site references in the first column and associated weights in the second

Author(s)

Anthony Hammond

Examples

# Get some CDs, form an ungauged pooling group, and estimate ungauged Lcv
cds_27051 <- GetCDs(27051)
pool_27051 <- Pool(cds_27051, exclude = 27051)
WeightsLCV(pool_27051)


UKFE documentation built on Nov. 5, 2025, 6:25 p.m.

Related to WeightsLCV in UKFE...