How to calculate the probabilistic constraints in Matlab?

조회 수: 3 (최근 30일)
Prachi Agrawal
Prachi Agrawal 2019년 9월 2일
답변: Torsten 2019년 9월 2일
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