xaviervia / logit-function

A JavaScript implementation of the logit function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logit-function

NPM version build status license

A JavaScript implementation of the logit function

The logit function is the inverse of the sigmoid

Installation

$ npm install logit

Usage

var logit = require('logit-function');
logit(0.7)  // 0.8472978603872034

See also

Thanks

To Steven Miller, the author of the sigmoid npm package in which this one is heavily based on.

License

MIT

About

A JavaScript implementation of the logit function


Languages

Language:JavaScript 62.5%Language:Makefile 37.5%