Calculate the complementary bivariate normal.

4 visualizaciones (últimos 30 días)
Luca Caffiero
Luca Caffiero el 25 de Sept. de 2021
Comentada: Luca Caffiero el 25 de Sept. de 2021
Hello,
I am trying to code the ITU-R P.618, but I'm stuck at the computation of this "complementary bivariate normal distribution". Later in the paper the matlab command "mvncdf" is suggested however I don't get how to input the values.
I've already got all the variables involved.
Can anyone help me to code this?

Respuestas (1)

Paul
Paul el 25 de Sept. de 2021
I think you can use mvncdf as:
Cb = mvndcf([alpha alpha],[inf inf],[0 0],[1 rho;rho 1])

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by