UNPKG

@stdlib/esm

Version:

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

3 lines 325 B
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 import a from"./../../../../math/base/special/pow.js";var r=a;function t(a,t){return a<=0||t<=8?NaN:12*(a*(5*t-22)*(a+t-2)+(t-4)*r(t-2,2))/(a*(t-6)*(t-8)*(a+t-2))}var e=t;export default e; //# sourceMappingURL=kurtosis.js.map