| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.txt | 2018-11-19 | 1.7 kB | |
| BNNPT_3.2.1.tar.gz | 2018-11-19 | 2.6 kB | |
| BNNPT_3.2.1.zip | 2018-11-19 | 17.1 kB | |
| BNNPT.7z | 2017-07-27 | 562.4 kB | |
| example_X | 2017-03-07 | 928 Bytes | |
| example_Y | 2017-03-07 | 905 Bytes | |
| BNNPT-software-manual.zip | 2017-03-07 | 1.0 MB | |
| Totals: 7 Items | 1.6 MB | 0 |
# Citation: Wang Y†, Li Y†, Liu X†, Pu W, Wang X, Wang J, Xiong M, Yao Shugart Y*, Jin L*: Bagging Nearest-Neighbor Prediction independence Test: an efficient method for nonlinear dependence of two continuous variables. Sci Rep 2017, 7:12736. # BNNPT software C++ version usage: # Firstly, you should unzip the "BNNPT-software-manual.zip". # Secondly and lastly, you should type in the command "chmod 777 BNNPT" in a terminal window of Linux system (before this, you should cd ~/Desktop/BNNPT-software-manual/). # Congratulations ! Now you can use our BNNPT software according to our "BNNPT_Manual.pdf". # Enjoy ! Thanks. #Examples # example_X is sampled from U(-1,1), example_Y = sin(Pi*example_X)+ N(0,1), Sample_size=50. # Test nonlinear dependence between example_X and example_Y # Use BNNPT to test nonlinear dependence and save the pvalue to pvalue.txt # Command in a terminal window of Linux system (before this, you should cd ~/Desktop/BNNPT-software-manual/) ./BNNPT example_X example_Y -p 100000 -b 256 >pvalue.txt # Output pvalue # pvalue = 0.002 (maybe different because of permutations) Note: The BNNPT software C++ version just support Linux Systems for now. #Updates 1 of BNNPT: The BNNPT.7z is the updated software, it can also output Pearson's correlation coefficient file except our BNNPT's permutation p-value. #Updates 2 of BNNPT: We also added the R packages of BNNPT: BNNPT_3.2.1.tar.gz for Linux and BNNPT_3.2.1.zip for Windows System. #The open-source R Package of BNNPT : https://github.com/liyistat/BNNPT #Contact us: If you still have problems, please contact us. Email: liyistat@gmail.com ; godspeed_china@yeah.net