X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 25 Aug 2011 11:53 AM by  anon
Partial least squares regression in IDL?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
25 Aug 2011 11:53 AM
    Hi, I am interested in using partial least squares regression to analyze a dataset. There are PLS packages available in other languages, but I would prefer to keep all of my processing with IDL if possible. Has anyone in the community implemented PLS in IDL? Thanks!

    Deleted User



    New Member


    Posts:
    New Member


    --
    26 Aug 2011 03:01 PM
    Hi Dennison, Just to confirm, that IDL does not do partial least-squares. The language R could be another option, since has many more statistical functions than IDL. For example, an option could be to use the Rserve that runs an R server and you can send it commands via a socket. Or also another way is to use R's own C API, and the use an IDL bridge to communicate with C. Cheers, fernando
    You are not authorized to post a reply.