UNPKG

@stdlib/stats-base-dists-chisquare-logpdf

Version:

Natural logarithm of the probability density function (PDF) for a chi-squared distribution.

8 lines (7 loc) 557 B
"use strict";var t=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var o=t(function(g,a){ var s=require('@stdlib/stats-base-dists-gamma-logpdf/dist');function n(e,r){return s(e,r/2,.5)}a.exports=n });var i=t(function(p,u){ var f=require('@stdlib/stats-base-dists-gamma-logpdf/dist').factory;function y(e){return f(e/2,.5)}u.exports=y });var m=require('@stdlib/utils-define-nonenumerable-read-only-property/dist'),c=o(),q=i();m(c,"factory",q);module.exports=c; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map