How can I multiply variables by a random variable with lognormal distribution?

I need to put in the equation: Fu = (Fv + Fs + bi)E where E is a random variable with lognormal distribution that has a logarithmic mean of 0 and SD of -0.08. I'm not sure how I can multiply the other variables by E.

Answers (1)

If you are asking how to multiply a variable by a SAMPLED random variable, then the function lognrnd (stats TB) will do what you wish, to sample from that variable.
If you are asking how to specify that an effectively symbolic variable E (with unknown value) be lognormally distributed, then sorry, you cannot do so.

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 19 Sep 2016

Answered:

on 19 Sep 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!