ACSkewT_gen.rvs()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.rvs ACSkewT_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). Returns: rvs

ACSkewT_gen.nnlf()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.nnlf ACSkewT_gen.nnlf(theta, x) Return negative loglikelihood function Notes This is -sum(log pdf(x, theta), axis=0) where theta are the parameters (including loc and scale).

ACSkewT_gen.pdf()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.pdf ACSkewT_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 function

ACSkewT_gen.moment()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.moment ACSkewT_gen.moment(n, *args, **kwds) n?th order non-central moment of distribution. Parameters: n : int, n>=1 Order of moment. arg1, arg2, arg3,... : float The shape parameter(s) for the distribution (see docstring of the instance object for more information). kwds : keyword arguments, optional These can include ?loc? and ?scale?, as well as other keyword arguments relevant for a given distribution.

ACSkewT_gen.mean()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.mean ACSkewT_gen.mean(*args, **kwds) Mean 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: mean : float the mean of the distribution

ACSkewT_gen.logsf()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.logsf ACSkewT_gen.logsf(x, *args, **kwds) Log of the survival function of the given RV. Returns the log of the ?survival function,? defined as (1 - cdf), evaluated at x. 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 sca

ACSkewT_gen.median()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.median ACSkewT_gen.median(*args, **kwds) Median 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 is 0. scale : array_like, optional Scale parameter, Default is 1. Returns: median : float The median of the distribution. See also stats.distributions.rv_d

ACSkewT_gen.isf()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.isf ACSkewT_gen.isf(q, *args, **kwds) Inverse survival function at q of the given RV. Parameters: q : array_like upper 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 : ndarray or scalar Quantile co

ACSkewT_gen.logcdf()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.logcdf ACSkewT_gen.logcdf(x, *args, **kwds) Log of the cumulative distribution 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: logcdf : array_like Lo

ACSkewT_gen.logpdf()

statsmodels.sandbox.distributions.extras.ACSkewT_gen.logpdf ACSkewT_gen.logpdf(x, *args, **kwds) Log of the probability density function at x of the given RV. This uses a more numerically accurate calculation if available. 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 sca