CRAN
TauStar 1.1.4
Efficient Computation and Testing of the Bergsma-Dassios Sign Covariance
Released Mar 19, 2019 by Luca Weihs
Dependencies
Rcpp RcppArmadillo 0.9.300.2.0
Computes the t* statistic corresponding to the tau* population coefficient introduced by Bergsma and Dassios (2014)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>TauStar</artifactId> <version>1.1.4-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:TauStar')
Test Results
This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.
- Testing_the_CDFs_and_PDFs_.dDisHoeffInd_function_returns_correct_values
- Testing_the_CDFs_and_PDFs_.dHoeffInd_function_returns_correct_values
- Testing_the_CDFs_and_PDFs_.dMixHoeffInd_function_returns_correct_values
- Testing_the_CDFs_and_PDFs_.pDisHoeffInd_function_returns_correct_values
- Testing_the_CDFs_and_PDFs_.pHoeffInd_function_returns_correct_values
- Testing_the_CDFs_and_PDFs_.pMixHoeffInd_function_returns_correct_values
- Testing_the_quantile_functions_.qDisHoeffInd_function_returns_correct_values
- Testing_the_quantile_functions_.qHoeffInd_function_returns_correct_values
- Testing_the_quantile_functions_.qMixHoeffInd_function_returns_correct_values
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E1
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E10
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E11
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E2
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E3
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E4
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E5
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E6
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E7
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E8
- Testing_the_tStar_function_.tStar_errors_on_bad_input_E9
- Testing_the_tStar_function_.tStar_implementations_agree
- Testing_the_tauStarTest_functionality_.tauStarTest_with_a_permutation_test_
- Testing_the_tauStarTest_functionality_.tauStarTest_with_continuous_data_
- Testing_the_tauStarTest_functionality_.tauStarTest_with_discrete_data_
- Testing_the_tauStarTest_functionality_.tauStarTest_with_mixed_data_
- tauStarTest-examples
- testthat