How to calculate the probabilistic constraints in Matlab?

3 vues (au cours des 30 derniers jours)
Prachi Agrawal
Prachi Agrawal le 2 Sep 2019
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?

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by