statsmodels.distributions.bernstein.BernsteinDistributionBV.cdf#

BernsteinDistributionBV.cdf(x)[source]#

cdf values evaluated at x.

Parameters:
xarray_like

Points at which the bivariate cdf is evaluated. Can be a single point with two coordinates, or two dimensional with points (observations) in rows and the two variables in columns.

Returns:
ndarray

Cdf values evaluated at x.