tbeta_rnd: tbeta Random

View source: R/Utility_JoeModel.R

tbeta_rndR Documentation

tbeta Random

Description

Returns N random estimates for truncated beta distribution given vectors for mean and SD for the untruncated distribution of system capacity.

Usage

tbeta_rnd(mn_est, sd_est, low.limit = 0, up.limit = 1)

Arguments

mn_est

Vector of mean values.

sd_est

Vector of standard deviations.

low.limit

Numeric. Defaults to 0.

up.limit

Numeric. Defaults to 1 .

Details

Function returns returns one random value for each mean and sd value. Will not run with 0 or 1 values.


mattjbayly/JoeModelCE documentation built on Nov. 14, 2023, 5:34 p.m.