6.3.9.6.2.1.3. statsmodels.sandbox.distributions.mv_normal.MVElliptical.cdf

MVElliptical.cdf(x, **kwds)[source]

cumulative distribution function

Parameters:

x : array_like

can be 1d or 2d, if 2d, then each row is taken as independent multivariate random vector

kwds : dict

contains options for the numerical calculation of the cdf

Returns:

cdf : float or array

probability density value of each random vector