think-bayes
Version:
An algorithm framework of probability and statistics for browser and Node.js environment.
18 lines (14 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
/**
* TODO: implemente this class.
*/
var GaussianKde = function GaussianKde() {
_classCallCheck(this, GaussianKde);
};
exports.default = GaussianKde;
//# sourceMappingURL=index.js.map