How to calculate the probabilistic constraints in Matlab?

1 view (last 30 days)
I have random variables x which follow Normal Distribution with mean and variance and I want to calculate the probablitiy of P(x<= a1+a2+a3)=0.9 where a1, a2, a3 are unknown variables. How do I calculate using Matlab?

Accepted Answer

Torsten
Torsten on 2 Sep 2019
a1+a2+a3 = norminv(0.9,mu,sigma)
https://de.mathworks.com/help/stats/norminv.html

More Answers (0)

Community Treasure Hunt

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

Start Hunting!