prop_sd_pow: Propagate standard deviation from raising to power

Description Usage Arguments Details

View source: R/mk_cov_rv.R

Description

Calculates the standard deviation of a random variable created by multiplying another RV by a constant and raising it to a power

Usage

1
prop_sd_pow(A, sigma_A, b = 2, a = 1)

Arguments

A

The random variables being operated on

sigma_A

Standard deviations of A

b

The exponent

a

the multiplication coefficient

Details

Of the form f = a*A^b. Sigma must be provided. Elements of A are treated as potentially separate RV's.


rBatt/trawlDiversity documentation built on Aug. 14, 2021, 1:01 p.m.