-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
22 lines (22 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: MGLMRiem
Type: Package
Title: Multivariate Generalized Linear Models on Riemannian Manifolds
Version: 0.2.8
Author: Matthew R. P. Parker
Maintainer: <[email protected]>
Description: This package contains the algorithm from the conference paper: Kim, H. J., Adluru, N., Collins, M. D., Chung, M. K., Bendin, B. B., Johnson, S. C., … Singh, V. (2014). Multivariate General Linear Models (MGLM) on Riemannian Manifolds with Applications to Statistical Analysis of Diffusion Weighted Images. 2014 IEEE Conference on Computer Vision and Pattern Recognition, 2705–2712. https://doi.org/10.1109/CVPR.2014.352. All credit for the mglm_spd algorithm goes to the paper authors, blame for errors in the code goes to Matthew RP Parker 2019 (who ported the matlab code to R, and modified it).
License:
Encoding: UTF-8
LazyData: true
Imports:
expm,
MASS,
Matrix,
pracma,
sparsebnUtils
Remotes:
mrparker909/LimitedMemoryList,
mrparker909/doWhile
RoxygenNote: 6.1.1
Suggests:
testthat (>= 2.1.0)