How to calculate the probabilistic constraints in Matlab?

3 visualizaciones (últimos 30 días)
Prachi Agrawal
Prachi Agrawal el 2 de Sept. de 2019
Respondida: Torsten el 2 de Sept. de 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?

Respuesta aceptada

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

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by