New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mairpls

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mairpls

Baseline correction using adaptive iteratively reweighted penalized least squares

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

mairpls

Baseline correction using adaptive iteratively reweighted penalized least squares extracted from airPLS.

usage


var mairpls = require('mairpls')

var data = [ 0, 0, 0, 2, 5, 2, 0, 0]

var { baseline, corrected, iteration, error } = mairpls(data )

why not use airPLS?

I tried but airPLS simply doesn't work from NPM, it has a lot of fluff and build for such a simple library so I ripped the code from it and made this library. I would have put in a PR but I don't think I want to argue about whether babel and rollup are good options or not.

install

npm i mairpls --save

FAQs

Package last updated on 08 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts