loess icon indicating copy to clipboard operation
loess copied to clipboard

JavaScript implementation of the Locally-Weighted Regression package originally written in C by Cleveland, Grosse and Shyu (1992)

Results 7 loess issues
Sort by recently updated
recently updated
newest added

It's all in the title, with this simple data the script never stops. Am I missing something her e? ``` import Loess from "loess"; const data = { x: [...

NPM is now showing a [security vulnerability](https://npmjs.com/advisories/1698) all older versions of mathjs. While I have not checked to see if this library is vulnerable, the very inclusion of a dependency...

Bumps [lodash.merge](https://github.com/lodash/lodash) to 4.6.2 and updates ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together. Updates `lodash.merge` from 3.3.2 to 4.6.2 Release notes Sourced from lodash.merge's releases. 4.0.0 lodash...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together. Updates `lodash` from 3.10.1 to 4.17.21 Release notes Sourced from lodash's releases. 4.0.0 lodash...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

It loess is called with an array less than 4 data-points and normalization is enabled an error occurs in https://github.com/yongjun21/loess/blob/master/src/helpers.js#L12 because `math.std` can not be called with an empty array....

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...