Open josecamachop opened 1 day ago
I am getting rid of the "Complete call" part of the help, as the example would need to include the value fo the variables.
a proper example will be given in "EXAMPLE OF USE"
All input parameters have been updated and pushed to the version-2-Big_data branch
updated README files and created tests folder
I am going to have to do this little by little, but stuff won't work correctly until everythin si changed, so I will use this to track my progress in the version-2-Big_data branch.
I will mark with X the files that I have already updated.
Some functions don't take optional arguments, so I won't be touching those. Same thing goes for funtions in internal/. Since we don't expect users to sue those, I won't change the input parameter structure
bigData/ ├── X internal/ │ ├── X addData.m │ ├── X addIndices.m │ ├── X cfilesys.m │ ├── X checkLmodel.m │ ├── X psc.m │ ├── X readData.m │ └── X readIndices.m ├── X modelSel/ │ ├── X varLpca.m │ └── X varLpls.m ├── modelViz/ │ ├── X leveragesLpca.m │ ├── X leveragesLpls.m │ ├── X loadingsLpca.m │ ├── X loadingsLpls.m │ ├── X medaLpca.m │ ├── X medaLpls.m │ ├── X mscpAdicov.m │ ├── X mscpLpca.m │ ├── X mscpLpls.m │ ├── X omedaLpca.m │ ├── X omedaLpls.m │ ├── X scoresL.m │ ├── X scoresLpca.m │ └── X scoresLpls.m ├── X initLmodel.m ├── X Lgpca.m ├── X Lpca.m ├── X Lpls.m ├── X preprocess2Di.m ├── X selectVars.m ├── X updateEwma.m ├── X updateIterative.m └── README.txt