DataSlingers / MoMA

MoMA: Modern Multivariate Analysis in R
https://DataSlingers.github.io/MoMA
GNU General Public License v2.0
22 stars 4 forks source link

End-to-End Tests #38

Open michaelweylandt opened 5 years ago

michaelweylandt commented 5 years ago

Let's add some end-to-end tests where we reproduce the examples (either simulated or EEG) from the SFPCA paper.

Nothing fancy - just save the "known good" results (from GA's Matlab code) and then run our functions on the same data and check that everything (estimated values and selected BICs) is close to what we expect.

Possibly should wait until after the SFPCA wrappers are written.