MoMA icon indicating copy to clipboard operation
MoMA copied to clipboard

MoMA: Modern Multivariate Analysis in R

Results 35 MoMA issues
Sort by recently updated
recently updated
newest added

When doing nested BIC search, do we need to update both U and V? (The current code holds V constant while optimizing over U and vice versa) Formally, in the...

See DataSlingers/clustRviz#97 and DataSlingers/ExclusiveLasso#15 for templates.

Any reason these are non-const? _Originally posted by @michaelweylandt in https://github.com/_render_node/MDE3OlB1bGxSZXF1ZXN0UmV2aWV3Mjc4MDgzMjQ0/pull_request_reviews/more_threads_

Algorithm Improvements
Code Cleanliness

Hmmm.... it looks like the answer is "sort of." The following works, but isn't totally type-safe. We could probably do a more general solution in the future. Issue? ``` #include...

Currently we have three R wrappers. They differ in functionalities, the abstraction level of arguments they take in, and where they are used in testsuites. Eventually their functionalities will be...

User Interface
BREAKING
Parameter Selection
Code Cleanliness

The `iris` data for LDA / classification is overused and typically mis-applied [1]. Let's use a new data set for our LDA examples and include it in the package. Steinfurth...

Documentation

See discussion at https://github.com/DataSlingers/MoMA/pull/54#discussion_r316797091

Documentation

You can also point folks to the brief discussion in the paper. This definitely is the sort of thing we should write a vignette on at some post-GSoC point. _Originally...

Add a citation file so that `citation("MoMA")` returns something useful. For now, the DSW SFPCA paper should be fine.

Documentation