Giter VIP home page Giter VIP logo

ndtest's Issues

p value

Hello,
can you please explain, what is the meaning of p value as output of ks2d2s ?
Thanks.

Changing ks2d2s to estat2d raises an error

Hello!

Thanks a lot for python implementation of 2D KS test, it is really helpful!
I also tried to use estat2d, but seems it does not work even for the example given on main page.
Changing ks2d2s to estat2d:

# generate mock samples for the test
np.random.seed(42)
x1, y1 = np.random.randn(2, 100)
x2, y2 = np.random.randn(2, 100)  # same distribution as (x1, y1)

p,en,en_boot = estat2d(x1, y1, x2, y2)
print(f"{p=:.3g}")

raises an error:

    p = (en_boot >= en).sum() / nboot

TypeError: '>=' not supported between instances of 'float' and 'NoneType'

UPD: It was wrong from my side. The function is actually working.

Passing input to ks2d2s

Can you please share an example on how to pass the input. On passing two 2D matrices, I am getting the error: TypeError: ks2d2s() takes at least 4 arguments (2 given).

license?

I just found your code. Thanks for sharing it!

I would like to use it, but you don't have a license in the repo. Could you please add a license?

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.