statsmodels.sandbox.distributions.extras.NormExpan_gen
class statsmodels.sandbox.distributions.extras.NormExpan_gen(args, **kwds) [source]
Gram-Charlier Expansion of Normal distribution class follows scipy.stats.distributions pattern but with __init__ Methods
cdf(x, *args, **kwds) Cumulative distribution function of the given RV.
entropy(*args, **kwds) Differential entropy of the RV.
est_loc_scale(*args, **kwds)
est_loc_scale is deprecated!
expect([func, args, loc, scale, lb, ub, ...])