statsmodels.sandbox.distributions.extras.ACSkewT_gen.expect
ACSkewT_gen.expect(func=None, args=(), loc=0, scale=1, lb=None, ub=None, conditional=False, **kwds)
Calculate expected value of a function with respect to the distribution. The expected value of a function f(x) with respect to a distribution dist is defined as: ubound
E[x] = Integral(f(x) * dist.pdf(x))
lbound
Parameters:
func : callable, optional Function for which integral is calculated. Takes only one argument.