statsmodels.sandbox.distributions.extras.SkewNorm_gen.nnlf
-
SkewNorm_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).
SkewNorm_gen.nnlf(theta, x)
Return negative loglikelihood function
This is -sum(log pdf(x, theta), axis=0)
where theta are the parameters (including loc and scale).
Please login to continue.