how to calculate the probability under a pdf curve and divide it into different sections (areas)?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a few probability plots both pdf and cdf such as weibull or gaussian probabilities. the x axis is between some numbers. I divide the pdf plot into different parts (four parts). when how can i find the area underneath each of this sections? the some of all four sections should be 1.
1 comentario
Respuestas (1)
Udit Gupta
el 2 de Nov. de 2015
Assuming you have the curves as a matlab vector, you can use the trapz function to find area under it.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!