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

skewnormjs

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skewnormjs

Skew normal distribution in TypeScript

latest
Source
npmnpm
Version
0.8.16
Version published
Maintainers
1
Created
Source

SkewNormJS

The project contains some useful functions to generate samples from skew normal distribution. It also generates cfd and inverse cdf of skew normal.

Install:

npm install skewnormjs

Usage:

  • See example at /test
  • OR:
import {SkewNormal} from "skewnormjs";
SkewNormal.cdf(0.5, 0.17, -0.54, x);

FAQs

Package last updated on 26 Mar 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