Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

Intercorrelations analysis

One of the pls methods studying relations between two groups
(1203 downloads for this version - 1203 downloads for all versions)
Details
Version
1.0
Author
Lukas Malec
Maintainer
Lukas Malec
License
Supported Scilab Version
Creation Date
January 14, 2016
Description
            function [sv,ycanon,xcanon,coeff] = pls(X,Y,stdize)

// Intercorrelations analysis

// X ... data matrix arranged as columns - variables and rows - observations
// Y ... the other group arranged accordingly
// stdize 0 ... made on standardized data (default)
//        1 ... analysis on centered data

// coeff ... coefficients (singular vectors) - columns correspond to individual
// canonical variables, the Y coefficients below X ones
// xcanon ... X canonical variables - linear combinations
// ycanon ... Y canonical variables - linear combinations
// sv ... singular values

// Authors: Lukáš Malec and Jaroslav Poživil
// Date: $2016-01-05$            
Files (1)
[1.74 kB]
Miscellaneous file

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.