6.1.1.2.5. statsmodels.sandbox.archive.linalg_covmat.StandardNormal

class statsmodels.sandbox.archive.linalg_covmat.StandardNormal[source]

Distribution of vector x, with independent distribution N(0,1)

this is the same as univariate normal for pdf and logpdf

other methods not checked/adjusted yet

__init__

x.__init__(...) initializes x; see help(type(x)) for signature

6.1.1.2.5.1. Methods

logpdf(x)
pdf(x)
rvs(size)