-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
33 lines (33 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: rsvd
Type: Package
Title: Randomized Singular Value Decomposition
Version: 1.0.4
Date: 2021-04-11
Authors@R: c(person("N. Benjamin", "Erichson", role = c("aut", "cre"), email = "[email protected]"))
Author: N. Benjamin Erichson [aut, cre]
Maintainer: N. Benjamin Erichson <[email protected]>
Description: Low-rank matrix decompositions are fundamental tools and widely used for data
analysis, dimension reduction, and data compression. Classically, highly accurate
deterministic matrix algorithms are used for this task. However, the emergence of
large-scale data has severely challenged our computational ability to analyze big data.
The concept of randomness has been demonstrated as an effective strategy to quickly produce
approximate answers to familiar problems such as the singular value decomposition (SVD).
The rsvd package provides several randomized matrix algorithms such as the randomized
singular value decomposition (rsvd), randomized principal component analysis (rpca),
randomized robust principal component analysis (rrpca), randomized interpolative
decomposition (rid), and the randomized CUR decomposition (rcur). In addition several plot
functions are provided.
Depends: R (>= 4.0.0)
Imports:
Matrix
License: GPL (>= 3)
LazyData: TRUE
LazyDataCompression: xz
URL: https://github.com/erichson/rSVD
BugReports: https://github.com/erichson/rSVD/issues
Suggests:
ggplot2,
testthat
RoxygenNote: 7.1.1
NeedsCompilation: no
Encoding: UTF-8