UNPKG

@stdlib/esm

Version:

ES module distribution for Stdlib, a standard library for JavaScript and Node.js.

3 lines 1.69 kB
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 import e from"./../../../utils/define-read-only-property.js";import i from"./negative-binomial/cdf.js";export{default as cdf}from"./negative-binomial/cdf.js";import a from"./negative-binomial/ctor.js";export{default as NegativeBinomial}from"./negative-binomial/ctor.js";import o from"./negative-binomial/kurtosis.js";export{default as kurtosis}from"./negative-binomial/kurtosis.js";import m from"./negative-binomial/logpmf.js";export{default as logpmf}from"./negative-binomial/logpmf.js";import t from"./negative-binomial/mean.js";export{default as mean}from"./negative-binomial/mean.js";import n from"./negative-binomial/mgf.js";export{default as mgf}from"./negative-binomial/mgf.js";import r from"./negative-binomial/mode.js";export{default as mode}from"./negative-binomial/mode.js";import s from"./negative-binomial/pmf.js";export{default as pmf}from"./negative-binomial/pmf.js";import f from"./negative-binomial/quantile.js";export{default as quantile}from"./negative-binomial/quantile.js";import l from"./negative-binomial/skewness.js";export{default as skewness}from"./negative-binomial/skewness.js";import p from"./negative-binomial/stdev.js";export{default as stdev}from"./negative-binomial/stdev.js";import v from"./negative-binomial/variance.js";export{default as variance}from"./negative-binomial/variance.js";var g=e,d={};g(d,"cdf",i),g(d,"NegativeBinomial",a),g(d,"kurtosis",o),g(d,"logpmf",m),g(d,"mean",t),g(d,"mgf",n),g(d,"mode",r),g(d,"pmf",s),g(d,"quantile",f),g(d,"skewness",l),g(d,"stdev",p),g(d,"variance",v);export default d; //# sourceMappingURL=negative-binomial.js.map