UD percent volume
Function to calculate a percent volume on a utilisation distribution (UD)
percent_vol(x, percent = 100)
x
: A vector containing the probability density.percent
: An integer specifying the percent volume of a UD to be considered.A vector containing the specified percent volume.
This function calculates a percent volume on a UD. The probability beyond the specified range will be assigned with a zero value.
Takahiro Shimada
Useful links