Package: bcv Version: 1.0.2 Date: 2023-05-19 Title: Cross-Validation for the SVD (Bi-Cross-Validation) Authors@R: c( person("Michal", "Burdukiewicz", email = "michalburdukiewicz@gmail.com", comment = c(ORCID = "0000-0001-8926-582X"), role = c("cre", "ctb")), person("Patrick O.", "Perry", role = c("aut", "cph")), person("Seyed Morteza", "Najibi", role = "ctb")) Description: Methods for choosing the rank of an SVD (singular value decomposition) approximation via cross validation. The package provides both Gabriel-style "block" holdouts and Wold-style "speckled" holdouts. It also includes an implementation of the SVDImpute algorithm. For more information about Bi-cross-validation, see Owen & Perry's 2009 AoAS article (at ) and Perry's 2009 PhD thesis (at ). License: BSD_3_clause + file LICENSE URL: https://github.com/michbur/bcv BugReports: https://github.com/michbur/bcv/issues Encoding: UTF-8 NeedsCompilation: yes RoxygenNote: 7.2.3 Suggests: spelling Language: en-US Repository: https://michbur.r-universe.dev Date/Publication: 2023-05-21 21:14:06 UTC RemoteUrl: https://github.com/michbur/bcv RemoteRef: HEAD RemoteSha: b6c25efbe7af179e864fddadbb96e9a41278e06f Packaged: 2026-06-13 07:04:56 UTC; root Author: Michal Burdukiewicz [cre, ctb] (ORCID: ), Patrick O. Perry [aut, cph], Seyed Morteza Najibi [ctb] Maintainer: Michal Burdukiewicz