Code Monkey home page Code Monkey logo

thisancog / statistics.js Goto Github PK

View Code? Open in Web Editor NEW
125.0 7.0 9.0 246 KB

statistics.js is a lightweight library to provide all basic and many advanced utilities commonly used in statistical data analysis. It is free to use, open source and open for contributions.

Home Page: https://thisancog.github.io/statistics.js/index.html

License: MIT License

JavaScript 100.00%
statistics frequentist-methods frequentist-statistics mathematics maths

statistics.js's People

Contributors

thisancog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

statistics.js's Issues

Kendall's W

Hi,

Thank you for your nice library. Could you please help us to add Kendall's W to this valuable library?

Thank you.

'missings' not returned in some places

Is there a reason 'missings' is not returned in some places? for example in linearRegression() ? Feels to me it should be included everywhere it is applicable, since you already do it for correlation.

How settings StudentsTtestTwoSample for same result of T.TEST from Excel

Hi,

When i use StudentsTtestTwoSample, i don't have same result in Excel. How i can fix that ?

var treatmentResults = [
            { before: 204, after: 189 },
            { before: 212, after: 199 },
            { before: 199, after: 191 },
            { before: 209, after: 182 },
            { before: 191, after: 176 },
            { before: 190, after: 180 },
            { before: 223, after: 220 },
            { before: 185, after: 182 },
            { before: 206, after: 194 },
            { before: 212, after: 216 }
        ];

        var testVars = { before: 'metric', after: 'metric'  };
        var stats = new Statistics(treatmentResults, testVars, settings);
        var treatmentSuccess = stats.studentsTTestTwoSamples('before', 'after', { dependent: true });

Result with your lib : "pOneSided": 0.002119623339108534
Result with Excel : "=T.TEST(A1:A10;B1:B10;1;1)" 0,001512746

Thanks for your helps

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.