Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the cumulative probability within the specified elliptic domain
| ResourceFunction["EllipsoidProbability"][dist,ellipse] gives the cumulative probability of dist over ellipse centered at the mean of dist. | 
The probability inside an ellipsoid for a bivariate normal distribution:
| In[1]:= | ![dist = MultinormalDistribution[{0, 0}, {{1, 0}, {0, 1}}]](https://www.wolframcloud.com/obj/resourcesystem/images/d81/d81d1c9f-d968-4baf-974f-e00cd4fb9f7d/4a29860dba80d6a1.png) | 
| Out[1]= |  | 
| In[2]:= | ![ResourceFunction["EllipsoidProbability"][dist, ResourceFunction["EllipsoidQuantile"][dist, .5]]](https://www.wolframcloud.com/obj/resourcesystem/images/d81/d81d1c9f-d968-4baf-974f-e00cd4fb9f7d/4cd7931bfbdbcb8c.png) | 
| Out[2]= |  | 
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License