Transf_gen.est_loc_scale()

statsmodels.sandbox.distributions.transformed.Transf_gen.est_loc_scale Transf_gen.est_loc_scale(*args, **kwds) est_loc_scale is deprecated! This function is deprecated, use self.fit_loc_scale(data) instead.

Transf_gen.entropy()

statsmodels.sandbox.distributions.transformed.Transf_gen.entropy Transf_gen.entropy(*args, **kwds) Differential entropy of the RV. Parameters: arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information). loc : array_like, optional Location parameter (default=0). scale : array_like, optional Scale parameter (default=1).

Transf_gen.cdf()

statsmodels.sandbox.distributions.transformed.Transf_gen.cdf Transf_gen.cdf(x, *args, **kwds) Cumulative distribution function of the given RV. Parameters: x : array_like quantiles arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array_like, optional location parameter (default=0) scale : array_like, optional scale parameter (default=1) Returns: cdf : ndarray Cumulative distribution fun

TransfTwo_gen.var()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.var TransfTwo_gen.var(*args, **kwds) Variance of the distribution Parameters: arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array_like, optional location parameter (default=0) scale : array_like, optional scale parameter (default=1) Returns: var : float the variance of the distribution

TransfTwo_gen.std()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.std TransfTwo_gen.std(*args, **kwds) Standard deviation of the distribution. Parameters: arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array_like, optional location parameter (default=0) scale : array_like, optional scale parameter (default=1) Returns: std : float standard deviation of the distribution

TransfTwo_gen.stats()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.stats TransfTwo_gen.stats(*args, **kwds) Some statistics of the given RV Parameters: arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array_like, optional location parameter (default=0) scale : array_like, optional (discrete RVs only) scale parameter (default=1) moments : str, optional composed of letters [?mvsk?] defining which mo

TransfTwo_gen.sf()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.sf TransfTwo_gen.sf(x, *args, **kwds) Survival function (1-cdf) at x of the given RV. Parameters: x : array_like quantiles arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array_like, optional location parameter (default=0) scale : array_like, optional scale parameter (default=1) Returns: sf : array_like Survival function evalu

TransfTwo_gen.rvs()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.rvs TransfTwo_gen.rvs(*args, **kwds) Random variates of given type. Parameters: arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information). loc : array_like, optional Location parameter (default=0). scale : array_like, optional Scale parameter (default=1). size : int or tuple of ints, optional Defining number of random variates (default=1). Retu

TransfTwo_gen.ppf()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.ppf TransfTwo_gen.ppf(q, *args, **kwds) Percent point function (inverse of cdf) at q of the given RV. Parameters: q : array_like lower tail probability arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array_like, optional location parameter (default=0) scale : array_like, optional scale parameter (default=1) Returns: x : array_l

TransfTwo_gen.pdf()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.pdf TransfTwo_gen.pdf(x, *args, **kwds) Probability density function at x of the given RV. Parameters: x : array_like quantiles arg1, arg2, arg3,... : array_like The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array_like, optional location parameter (default=0) scale : array_like, optional scale parameter (default=1) Returns: pdf : ndarray Probability density