failure.cost {WaMaSim} | R Documentation |
Calculate the (random) cost of a failure
Description
Calculate the costs caused by a failure according to Section 7.1 in "The Water Network Management Challenge", Max Maurer 2017.
Usage
failure.cost(diameter, mean = FALSE)
Arguments
diameter |
diameter [mm] |
mean |
boolean. Should the expected cost be returned? Random otherwise. |
Value
if mean=FALSE
, the failure costs [CHF] are sampled
randomly. If mean=TRUE
, the expected average costs are returned.
Author(s)
Andreas Scheidegger
[Package WaMaSim version 1.0.0 Index]