Giter VIP home page Giter VIP logo

dtk's Introduction

dtk's People

Contributors

mklau avatar

Watchers

 avatar  avatar

dtk's Issues

CI incorrectly calculated?

I think I may have found a possible bug in the 'DTK' package. Are you the correct person to contact about this?
In regards to the calculation of the CI term, consider the example

A = {2.857,3.098,3.077,3.012,2.978,3.234}
Vstar = {39.856,206.674,140.216,59.298}

Your code gives for CI

CI = {44.868,38.346,28.455,57.698,50.522,43.463}

However, calculation by hand based on the original paper yields

for (vstar_i + vstar_j)^.5 = {15.701,13.419,9.958,18.625,16.309,14.125},

and

CI[1] = 15.701 * 2.858 = 44.868
CI[2] = 13.419 * 3.098 = 41.571
CI[3] = 9.958 * 3.077 = 30.640
CI[4] = 18.625 * 3.012 = 56.091
CI[5] = 16.309 * 2.978 = 48.560
CI[6] = 14.125 * 3.234 = 45.686

As another indication consider the vector A has length (# groups choose 2),
but during the calculation of CI only the first (# group) levels of A are looped through.

I apologize if I missed something or this is an old version but I thought I would bring this to you attention.

Sent using CloudMagic

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.