logit-function

0.0.1 • Public • Published

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

/logit-function/

    Package Sidebar

    Install

    npm i logit-function

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    4.67 kB

    Total Files

    7

    Last publish

    Collaborators

    • xaviervia