Skip to content

Conversation

@danieeeld2
Copy link
Owner

@danieeeld2 danieeeld2 commented Apr 7, 2025

  • matlab runner
  • R runner
  • Unit test
  • R code

This script will be used for testing purpose
@danieeeld2 danieeeld2 self-assigned this Apr 7, 2025
Generated with: nObs = 20 + randi(10); nVars = 5 + randi(5); X = simuleMV(nObs, nVars, 'LevelCorr', 8); model.lvs = 1:2; [Xcs, model.av, model.sc] = preprocess2D(X); model.var = trace(Xcs'*Xcs); model_pca = pcaEig(Xcs, 'PCs', model.lvs); model.loads = model_pca.loads; model.scores = model_pca.scores;
The code receives the structure model and some plots parameters and returns a bunch of png images, depending on N pca levels
The code receives the structure model and some plots parameters and returns a bunch of png images, depending on N pca levels
The code receives the structure model and some plots parameters and returns a bunch of png images, depending on N pca levels
The code receives the structure model and some plots parameters and returns a bunch of png images, depending on N pca levels
The code simules the matlab version of scores, plotting ith ggplot2
The code simules the matlab version of scores, plotting with ggplot2
Some parameters were not been well evaluated
The test checks that the script runs well changing parameters. Also generates a md for comparing results
Script neccesary for executing scores.m
Booleans were not been well evaluated
We were not considering the obs.test
When classes=NULL, we were considering all in the same class instead of 2 classes
@danieeeld2 danieeeld2 merged commit 50487ce into main Apr 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants