Skip to content

xaviervia/logit-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published