search for: carron

Displaying 3 results from an estimated 3 matches for "carron".

Did you mean: carbon
2011 Sep 01
1
Newer Matrix Factorization Techniques
Hi, I am not sure if this should go to r-help or r-dev list. I have looked at some archives of R libraries but cannot seem to see a project that focuses on the new matrix factorization techniques that are showing up in the literature. I have made a list of them: https://sites.google.com/site/igorcarron2/matrixfactorizations they include Robust PCA, Dictionnary Learning, Sparse PCA and are mostly implemented in Matlab. What is most interesting is that even though they share the same names with techniques already listed in some R libraries, they really are implementing very different algorithms th...
2012 Apr 20
3
PCA sensitive to outliers?
Hi all, I found that the PCA gave chaotic results when there are big changes in a few data points. Are there "improved" versions of PCA in R that can help with this problem? Please give me some pointers... Thank you! [[alternative HTML version deleted]]
2005 Mar 08
2
Asterisk Management API
Hi all, I am trying to write an application to monitor queues using the Asterisk Management API. So far I have had some level of sucess, basically reverse engineering the protocol and the event messages using ethereal etc. I know there are a couple of pages on the Wiki that attempt (no dis-respect to who ever did it as it has been a great help) to document the API and was wondering if there