How to calculate the probabilistic constraints in Matlab?

3 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by