CRAN
msu 0.0.1
Multivariate Symmetric Uncertainty and Other Measurements
Released Sep 30, 2017 by Elias Maciel
This package is available for Renjin and there are no known compatibility issues.
Dependencies
Estimators for multivariate symmetrical uncertainty based on the work of Gustavo Sosa et al. (2016)
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>msu</artifactId> <version>0.0.1-b11</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:msu')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.
- Information_gain_estimation_value.IG_is_equal_to_its_equivalent_expression_E1
- Information_gain_estimation_value.IG_is_equal_to_its_equivalent_expression_E2
- Information_gain_estimation_value.IG_is_equal_to_its_equivalent_expression_E3
- MSU_estimation_value.msu_is_correct_for_XOR_variables
- MSU_estimation_value.msu_is_equal_to_symmetrical_uncertainty_for_two_variables_E1
- MSU_estimation_value.msu_is_equal_to_symmetrical_uncertainty_for_two_variables_E2
- MSU_estimation_value.msu_is_equal_to_symmetrical_uncertainty_for_two_variables_E3
- Shannon_entropy_estimation_value.entropy_is_equal_to_performed_analysis_E1
- Shannon_entropy_estimation_value.entropy_is_equal_to_performed_analysis_E2
- Shannon_entropy_estimation_value.entropy_is_equal_to_performed_analysis_E3
- Shannon_entropy_estimation_value.entropy_is_equal_to_performed_analysis_E4
- Shannon_entropy_estimation_value.entropy_is_equal_to_performed_analysis_E5
- Shannon_entropy_estimation_value.entropy_is_equal_to_performed_analysis_E6
- Shannon_entropy_estimation_value.entropy_is_equal_to_performed_analysis_E7
- Shannon_entropy_estimation_value.joint_H_is_equal_to_multivar_joint_H_for_two_variables_E1
- Shannon_entropy_estimation_value.joint_H_is_equal_to_multivar_joint_H_for_two_variables_E2
- Shannon_entropy_estimation_value.joint_H_is_equal_to_multivar_joint_H_for_two_variables_E3
- Shannon_entropy_estimation_value.joint_H_is_equal_to_multivar_joint_H_for_two_variables_E4
- information_gain-examples
- joint_shannon_entropy-examples
- msu-examples
- multivar_joint_shannon_entropy-examples
- new_variable-examples
- new_xor_variables-examples
- rel_freq-examples
- shannon_entropy-examples
- symmetrical_uncertainty-examples
- testthat
- total_correlation-examples