powered by
Compute average monthly effluent limitation (AML) according to methods in EPA's Technical Support Document for Water Quality-based Toxics Control.
calc_AML( WLAa, WLAc, WLAhh, cv, n_samples = 4, prob_LTA = 0.99, percentile_AML = 0.95 )
Numeric. Acute wasteload allocation (WLA). All WLA units should be identical.
Numeric. Chronic wasteload allocation (WLA). All WLA units should be identical.
Numeric. Human health wasteload allocation (WLA). All WLA units should be identical.
Numeric. Coefficient of variation (CV) of effluent data. See cv_adj function.
Numeric. Number of sample observations.
Numeric (fraction). Allowable exceedance probability of the WLA used to estimate long-term average (LTA).
Numeric (fraction). Lognormal distribution location for AML.
Numeric value in same units as the WLAs.
# NOT RUN { calc_AML(WLAa=4, WLAc=1, WLAhh=10, cv=0.6) # }
Run the code above in your browser using DataLab