Package: semidist Type: Package Title: Measure Dependence Between Categorical and Continuous Variables Version: 0.1.0 Date: 2023-11-19 Authors@R: c( person("Wei", "Zhong", email = "wzhong@xmu.edu.cn", role = c("aut")), person("Zhuoxi", "Li", email = "chainchei@gmail.com", role = c("aut", "cre", "cph")), person("Wenwen", "Guo", email = "guowenwen114@163.com", role = c("aut")), person("Hengjian", "Cui", email = "hjcui@bnu.edu.cn", role = c("aut")), person("Runze", "Li", email = "ril4@psu.edu", role = c("aut"))) Description: Semi-distance and mean-variance (MV) index are proposed to measure the dependence between a categorical random variable and a continuous variable. Test of independence and feature screening for classification problems can be implemented via the two dependence measures. For the details of the methods, see Zhong et al. (2023) ; Cui and Zhong (2019) ; Cui, Li and Zhong (2015) . License: MIT + file LICENSE Encoding: UTF-8 Imports: energy, FNN, furrr, purrr, Rcpp, stats Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 LinkingTo: Rcpp, RcppArmadillo Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/wzhong41/semidist BugReports: https://github.com/wzhong41/semidist/issues Config/pak/sysreqs: libgsl0-dev Repository: https://wzhong41.r-universe.dev Date/Publication: 2023-11-20 19:38:29 UTC RemoteUrl: https://github.com/wzhong41/semidist RemoteRef: HEAD RemoteSha: 0415822d1cc01d58d1248ce24f4b253aeeadc6bd NeedsCompilation: yes Packaged: 2026-07-08 07:18:34 UTC; root Author: Wei Zhong [aut], Zhuoxi Li [aut, cre, cph], Wenwen Guo [aut], Hengjian Cui [aut], Runze Li [aut] Maintainer: Zhuoxi Li