Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Canonical correlation - Wikipedia
Canonical correlation - Wikipedia
From Wikipedia, the free encyclopedia
Part of a series on
Machine learning
and data mining
Paradigms
  • Supervised learning
  • Unsupervised learning
  • Semi-supervised learning
  • Self-supervised learning
  • Reinforcement learning
  • Meta-learning
  • Online learning
  • Batch learning
  • Curriculum learning
  • Rule-based learning
  • Neuro-symbolic AI
  • Neuromorphic engineering
  • Quantum machine learning
Problems
  • Classification
  • Generative modeling
  • Regression
  • Clustering
  • Dimensionality reduction
  • Density estimation
  • Anomaly detection
  • Data cleaning
  • AutoML
  • Association rules
  • Semantic analysis
  • Structured prediction
  • Feature engineering
  • Feature learning
  • Learning to rank
  • Grammar induction
  • Ontology learning
  • Multimodal learning
Supervised learning
(classification • regression)
  • Apprenticeship learning
  • Decision trees
  • Ensembles
    • Bagging
    • Boosting
    • Random forest
  • k-NN
  • Linear regression
  • Naive Bayes
  • Artificial neural networks
  • Logistic regression
  • Perceptron
  • Relevance vector machine (RVM)
  • Support vector machine (SVM)
Clustering
  • BIRCH
  • CURE
  • Hierarchical
  • k-means
  • Fuzzy
  • Expectation–maximization (EM)

  • DBSCAN
  • OPTICS
  • Mean shift
Dimensionality reduction
  • Factor analysis
  • CCA
  • ICA
  • LDA
  • NMF
  • PCA
  • PGD
  • t-SNE
  • SDL
Structured prediction
  • Graphical models
    • Bayes net
    • Conditional random field
    • Hidden Markov
Anomaly detection
  • RANSAC
  • k-NN
  • Local outlier factor
  • Isolation forest
Neural networks
  • Autoencoder
  • Deep learning
  • Feedforward neural network
  • Recurrent neural network
    • LSTM
    • GRU
    • ESN
    • reservoir computing
  • Boltzmann machine
    • Restricted
  • GAN
  • Diffusion model
  • SOM
  • Convolutional neural network
    • U-Net
    • LeNet
    • AlexNet
    • DeepDream
  • Neural field
    • Neural radiance field
    • Physics-informed neural networks
  • Transformer
    • Vision
  • Mamba
  • Spiking neural network
  • Memtransistor
  • Electrochemical RAM (ECRAM)
Reinforcement learning
  • Q-learning
  • Policy gradient
  • SARSA
  • Temporal difference (TD)
  • Multi-agent
    • Self-play
Learning with humans
  • Active learning
  • Crowdsourcing
  • Human-in-the-loop
  • Mechanistic interpretability
  • RLHF
Model diagnostics
  • Coefficient of determination
  • Confusion matrix
  • Learning curve
  • ROC curve
Mathematical foundations
  • Kernel machines
  • Bias–variance tradeoff
  • Computational learning theory
  • Empirical risk minimization
  • Occam learning
  • PAC learning
  • Statistical learning
  • VC theory
  • Topological deep learning
Journals and conferences
  • AAAI
  • ECML PKDD
  • NeurIPS
  • ICML
  • ICLR
  • IJCAI
  • ML
  • JMLR
Related articles
  • Glossary of artificial intelligence
  • List of datasets for machine-learning research
    • List of datasets in computer vision and image processing
  • Outline of machine learning
  • v
  • t
  • e
Way of inferring information from cross-covariance matrices

In statistics, canonical-correlation analysis (CCA), also called canonical variates analysis, is a way of inferring information from cross-covariance matrices. If we have two vectors X = (X1, ..., Xn) and Y = (Y1, ..., Ym) of random variables, and there are correlations among the variables, then canonical-correlation analysis will find linear combinations of X and Y that have a maximum correlation with each other.[1] T. R. Knapp notes that "virtually all of the commonly encountered parametric tests of significance can be treated as special cases of canonical-correlation analysis, which is the general procedure for investigating the relationships between two sets of variables."[2] The method was first introduced by Harold Hotelling in 1936,[3] although in the context of angles between flats the mathematical concept was published by Camille Jordan in 1875.[4]

CCA is now a cornerstone of multivariate statistics and multi-view learning, and a great number of interpretations and extensions have been proposed, such as probabilistic CCA, sparse CCA, multi-view CCA, deep CCA,[5] and DeepGeoCCA.[6] Unfortunately, perhaps because of its popularity, the literature can be inconsistent with notation, we attempt to highlight such inconsistencies in this article to help the reader make best use of the existing literature and techniques available.

Like its sister method PCA, CCA can be viewed in population form (corresponding to random vectors and their covariance matrices) or in sample form (corresponding to datasets and their sample covariance matrices). These two forms are almost exact analogues of each other, which is why their distinction is often overlooked, but they can behave very differently in high dimensional settings.[7] We next give explicit mathematical definitions for the population problem and highlight the different objects in the so-called canonical decomposition - understanding the differences between these objects is crucial for interpretation of the technique.

Population CCA definition via correlations

[edit]

Given two column vectors X = ( x 1 , … , x n ) T {\displaystyle X=(x_{1},\dots ,x_{n})^{T}} {\displaystyle X=(x_{1},\dots ,x_{n})^{T}} and Y = ( y 1 , … , y m ) T {\displaystyle Y=(y_{1},\dots ,y_{m})^{T}} {\displaystyle Y=(y_{1},\dots ,y_{m})^{T}} of random variables with finite second moments, one may define the cross-covariance Σ X Y = cov ⁡ ( X , Y ) {\displaystyle \Sigma _{XY}=\operatorname {cov} (X,Y)} {\displaystyle \Sigma _{XY}=\operatorname {cov} (X,Y)} to be the n × m {\displaystyle n\times m} {\displaystyle n\times m} matrix whose ( i , j ) {\displaystyle (i,j)} {\displaystyle (i,j)} entry is the covariance cov ⁡ ( x i , y j ) {\displaystyle \operatorname {cov} (x_{i},y_{j})} {\displaystyle \operatorname {cov} (x_{i},y_{j})}. In practice, we would estimate the covariance matrix based on sampled data from X {\displaystyle X} {\displaystyle X} and Y {\displaystyle Y} {\displaystyle Y} (i.e. from a pair of data matrices).

Canonical-correlation analysis seeks a sequence of vectors a k {\displaystyle a_{k}} {\displaystyle a_{k}} ( a k ∈ R n {\displaystyle a_{k}\in \mathbb {R} ^{n}} {\displaystyle a_{k}\in \mathbb {R} ^{n}}) and b k {\displaystyle b_{k}} {\displaystyle b_{k}} ( b k ∈ R m {\displaystyle b_{k}\in \mathbb {R} ^{m}} {\displaystyle b_{k}\in \mathbb {R} ^{m}}) such that the random variables a k T X {\displaystyle a_{k}^{T}X} {\displaystyle a_{k}^{T}X} and b k T Y {\displaystyle b_{k}^{T}Y} {\displaystyle b_{k}^{T}Y} maximize the correlation ρ = corr ⁡ ( a k T X , b k T Y ) {\displaystyle \rho =\operatorname {corr} (a_{k}^{T}X,b_{k}^{T}Y)} {\displaystyle \rho =\operatorname {corr} (a_{k}^{T}X,b_{k}^{T}Y)}. The (scalar) random variables U = a 1 T X {\displaystyle U=a_{1}^{T}X} {\displaystyle U=a_{1}^{T}X} and V = b 1 T Y {\displaystyle V=b_{1}^{T}Y} {\displaystyle V=b_{1}^{T}Y} are the first pair of canonical variables. Then one seeks vectors maximizing the same correlation subject to the constraint that they are to be uncorrelated with the first pair of canonical variables; this gives the second pair of canonical variables. This procedure may be continued up to min { m , n } {\displaystyle \min\{m,n\}} {\displaystyle \min\{m,n\}} times.

( a k , b k ) = argmax a , b corr ⁡ ( a T X , b T Y )  subject to  cov ⁡ ( a T X , a j T X ) = cov ⁡ ( b T Y , b j T Y ) = 0  for  j = 1 , … , k − 1 {\displaystyle (a_{k},b_{k})={\underset {a,b}{\operatorname {argmax} }}\operatorname {corr} (a^{T}X,b^{T}Y)\quad {\text{ subject to }}\operatorname {cov} (a^{T}X,a_{j}^{T}X)=\operatorname {cov} (b^{T}Y,b_{j}^{T}Y)=0{\text{ for }}j=1,\dots ,k-1} {\displaystyle (a_{k},b_{k})={\underset {a,b}{\operatorname {argmax} }}\operatorname {corr} (a^{T}X,b^{T}Y)\quad {\text{ subject to }}\operatorname {cov} (a^{T}X,a_{j}^{T}X)=\operatorname {cov} (b^{T}Y,b_{j}^{T}Y)=0{\text{ for }}j=1,\dots ,k-1}

The sets of vectors a k , b k {\displaystyle a_{k},b_{k}} {\displaystyle a_{k},b_{k}} are called canonical directions or weight vectors or simply weights. The 'dual' sets of vectors Σ X X a k , Σ Y Y b k {\displaystyle \Sigma _{XX}a_{k},\Sigma _{YY}b_{k}} {\displaystyle \Sigma _{XX}a_{k},\Sigma _{YY}b_{k}} are called canonical loading vectors or simply loadings; these are often more straightforward to interpret than the weights.[8]

Computation

[edit]

Derivation

[edit]

Let Σ X Y {\displaystyle \Sigma _{XY}} {\displaystyle \Sigma _{XY}} be the cross-covariance matrix for any pair of (vector-shaped) random variables X {\displaystyle X} {\displaystyle X} and Y {\displaystyle Y} {\displaystyle Y}. The target function to maximize is

ρ = a T Σ X Y b a T Σ X X a b T Σ Y Y b . {\displaystyle \rho ={\frac {a^{T}\Sigma _{XY}b}{{\sqrt {a^{T}\Sigma _{XX}a}}{\sqrt {b^{T}\Sigma _{YY}b}}}}.} {\displaystyle \rho ={\frac {a^{T}\Sigma _{XY}b}{{\sqrt {a^{T}\Sigma _{XX}a}}{\sqrt {b^{T}\Sigma _{YY}b}}}}.}

The first step is to define a change of basis and define

c = Σ X X 1 / 2 a , {\displaystyle c=\Sigma _{XX}^{1/2}a,} {\displaystyle c=\Sigma _{XX}^{1/2}a,}
d = Σ Y Y 1 / 2 b , {\displaystyle d=\Sigma _{YY}^{1/2}b,} {\displaystyle d=\Sigma _{YY}^{1/2}b,}

where Σ X X 1 / 2 {\displaystyle \Sigma _{XX}^{1/2}} {\displaystyle \Sigma _{XX}^{1/2}} and Σ Y Y 1 / 2 {\displaystyle \Sigma _{YY}^{1/2}} {\displaystyle \Sigma _{YY}^{1/2}} can be obtained from the eigen-decomposition (or by diagonalization):

Σ X X 1 / 2 = V X D X 1 / 2 V X ⊤ , V X D X V X ⊤ = Σ X X , {\displaystyle \Sigma _{XX}^{1/2}=V_{X}D_{X}^{1/2}V_{X}^{\top },\qquad V_{X}D_{X}V_{X}^{\top }=\Sigma _{XX},} {\displaystyle \Sigma _{XX}^{1/2}=V_{X}D_{X}^{1/2}V_{X}^{\top },\qquad V_{X}D_{X}V_{X}^{\top }=\Sigma _{XX},}

and

Σ Y Y 1 / 2 = V Y D Y 1 / 2 V Y ⊤ , V Y D Y V Y ⊤ = Σ Y Y . {\displaystyle \Sigma _{YY}^{1/2}=V_{Y}D_{Y}^{1/2}V_{Y}^{\top },\qquad V_{Y}D_{Y}V_{Y}^{\top }=\Sigma _{YY}.} {\displaystyle \Sigma _{YY}^{1/2}=V_{Y}D_{Y}^{1/2}V_{Y}^{\top },\qquad V_{Y}D_{Y}V_{Y}^{\top }=\Sigma _{YY}.}

Thus

ρ = c T Σ X X − 1 / 2 Σ X Y Σ Y Y − 1 / 2 d c T c d T d . {\displaystyle \rho ={\frac {c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}d}{{\sqrt {c^{T}c}}{\sqrt {d^{T}d}}}}.} {\displaystyle \rho ={\frac {c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}d}{{\sqrt {c^{T}c}}{\sqrt {d^{T}d}}}}.}

By the Cauchy–Schwarz inequality,

( c T Σ X X − 1 / 2 Σ X Y Σ Y Y − 1 / 2 ) ( d ) ≤ ( c T Σ X X − 1 / 2 Σ X Y Σ Y Y − 1 / 2 Σ Y Y − 1 / 2 Σ Y X Σ X X − 1 / 2 c ) 1 / 2 ( d T d ) 1 / 2 , {\displaystyle \left(c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}\right)(d)\leq \left(c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}\Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1/2}c\right)^{1/2}\left(d^{T}d\right)^{1/2},} {\displaystyle \left(c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}\right)(d)\leq \left(c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}\Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1/2}c\right)^{1/2}\left(d^{T}d\right)^{1/2},}
ρ ≤ ( c T Σ X X − 1 / 2 Σ X Y Σ Y Y − 1 Σ Y X Σ X X − 1 / 2 c ) 1 / 2 ( c T c ) 1 / 2 . {\displaystyle \rho \leq {\frac {\left(c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1/2}c\right)^{1/2}}{\left(c^{T}c\right)^{1/2}}}.} {\displaystyle \rho \leq {\frac {\left(c^{T}\Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1/2}c\right)^{1/2}}{\left(c^{T}c\right)^{1/2}}}.}

There is equality if the vectors d {\displaystyle d} {\displaystyle d} and Σ Y Y − 1 / 2 Σ Y X Σ X X − 1 / 2 c {\displaystyle \Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1/2}c} {\displaystyle \Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1/2}c} are collinear. In addition, the maximum of correlation is attained if c {\displaystyle c} {\displaystyle c} is the eigenvector with the maximum eigenvalue for the matrix Σ X X − 1 / 2 Σ X Y Σ Y Y − 1 Σ Y X Σ X X − 1 / 2 {\displaystyle \Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1/2}} {\displaystyle \Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1/2}} (see Rayleigh quotient). The subsequent pairs are found by using eigenvalues of decreasing magnitudes. Orthogonality is guaranteed by the symmetry of the correlation matrices.

Another way of viewing this computation is that c {\displaystyle c} {\displaystyle c} and d {\displaystyle d} {\displaystyle d} are the left and right singular vectors of the correlation matrix of X and Y corresponding to the highest singular value.

Solution

[edit]

The solution is therefore:

  • c {\displaystyle c} {\displaystyle c} is an eigenvector of Σ X X − 1 / 2 Σ X Y Σ Y Y − 1 Σ Y X Σ X X − 1 / 2 {\displaystyle \Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1/2}} {\displaystyle \Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1/2}}
  • d {\displaystyle d} {\displaystyle d} is proportional to Σ Y Y − 1 / 2 Σ Y X Σ X X − 1 / 2 c {\displaystyle \Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1/2}c} {\displaystyle \Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1/2}c}

Reciprocally, there is also:

  • d {\displaystyle d} {\displaystyle d} is an eigenvector of Σ Y Y − 1 / 2 Σ Y X Σ X X − 1 Σ X Y Σ Y Y − 1 / 2 {\displaystyle \Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1}\Sigma _{XY}\Sigma _{YY}^{-1/2}} {\displaystyle \Sigma _{YY}^{-1/2}\Sigma _{YX}\Sigma _{XX}^{-1}\Sigma _{XY}\Sigma _{YY}^{-1/2}}
  • c {\displaystyle c} {\displaystyle c} is proportional to Σ X X − 1 / 2 Σ X Y Σ Y Y − 1 / 2 d {\displaystyle \Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}d} {\displaystyle \Sigma _{XX}^{-1/2}\Sigma _{XY}\Sigma _{YY}^{-1/2}d}

Reversing the change of coordinates, we have that

  • a {\displaystyle a} {\displaystyle a} is an eigenvector of Σ X X − 1 Σ X Y Σ Y Y − 1 Σ Y X {\displaystyle \Sigma _{XX}^{-1}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}} {\displaystyle \Sigma _{XX}^{-1}\Sigma _{XY}\Sigma _{YY}^{-1}\Sigma _{YX}},
  • b {\displaystyle b} {\displaystyle b} is proportional to Σ Y Y − 1 Σ Y X a ; {\displaystyle \Sigma _{YY}^{-1}\Sigma _{YX}a;} {\displaystyle \Sigma _{YY}^{-1}\Sigma _{YX}a;}
  • b {\displaystyle b} {\displaystyle b} is an eigenvector of Σ Y Y − 1 Σ Y X Σ X X − 1 Σ X Y , {\displaystyle \Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1}\Sigma _{XY},} {\displaystyle \Sigma _{YY}^{-1}\Sigma _{YX}\Sigma _{XX}^{-1}\Sigma _{XY},}
  • a {\displaystyle a} {\displaystyle a} is proportional to Σ X X − 1 Σ X Y b {\displaystyle \Sigma _{XX}^{-1}\Sigma _{XY}b} {\displaystyle \Sigma _{XX}^{-1}\Sigma _{XY}b}.

The canonical variables are defined by:

U = c T Σ X X − 1 / 2 X = a T X {\displaystyle U=c^{T}\Sigma _{XX}^{-1/2}X=a^{T}X} {\displaystyle U=c^{T}\Sigma _{XX}^{-1/2}X=a^{T}X}
V = d T Σ Y Y − 1 / 2 Y = b T Y {\displaystyle V=d^{T}\Sigma _{YY}^{-1/2}Y=b^{T}Y} {\displaystyle V=d^{T}\Sigma _{YY}^{-1/2}Y=b^{T}Y}

Implementation

[edit]

CCA can be computed using singular value decomposition on a correlation matrix.[9] It is available as a function in[10]

  • MATLAB as canoncorr (also in Octave)
  • R as the standard function cancor and several other packages, including candisc, CCA and vegan. CCP for statistical hypothesis testing in canonical correlation analysis.
  • SAS as proc cancorr
  • Python in the library scikit-learn, as cross decomposition and in statsmodels, as CanCorr. The CCA-Zoo library [11] implements CCA extensions, such as probabilistic CCA, sparse CCA, multi-view CCA, and deep CCA.
  • SPSS as macro CanCorr shipped with the main software
  • Julia (programming language) in the MultivariateStats.jl package.

CCA computation using singular value decomposition on a correlation matrix is related to the cosine of the angles between flats. The cosine function is ill-conditioned for small angles, leading to very inaccurate computation of highly correlated principal vectors in finite precision computer arithmetic. To fix this trouble, alternative algorithms[12] are available in

  • SciPy as linear-algebra function subspace_angles
  • MATLAB as FileExchange function subspacea

Hypothesis testing

[edit]

Each row can be tested for significance with the following method. Since the correlations are sorted, saying that row i {\displaystyle i} {\displaystyle i} is zero implies all further correlations are also zero. If we have p {\displaystyle p} {\displaystyle p} independent observations in a sample and ρ ^ i {\displaystyle {\widehat {\rho }}_{i}} {\displaystyle {\widehat {\rho }}_{i}} is the estimated correlation for i = 1 , … , min { m , n } {\displaystyle i=1,\dots ,\min\{m,n\}} {\displaystyle i=1,\dots ,\min\{m,n\}}. For the i {\displaystyle i} {\displaystyle i}th row, the test statistic is:

χ 2 = − ( p − 1 − 1 2 ( m + n + 1 ) ) ln ⁡ ∏ j = i min { m , n } ( 1 − ρ ^ j 2 ) , {\displaystyle \chi ^{2}=-\left(p-1-{\frac {1}{2}}(m+n+1)\right)\ln \prod _{j=i}^{\min\{m,n\}}(1-{\widehat {\rho }}_{j}^{2}),} {\displaystyle \chi ^{2}=-\left(p-1-{\frac {1}{2}}(m+n+1)\right)\ln \prod _{j=i}^{\min\{m,n\}}(1-{\widehat {\rho }}_{j}^{2}),}

which is asymptotically distributed as a chi-squared with ( m − i + 1 ) ( n − i + 1 ) {\displaystyle (m-i+1)(n-i+1)} {\displaystyle (m-i+1)(n-i+1)} degrees of freedom for large p {\displaystyle p} {\displaystyle p}.[13] Since all the correlations from min { m , n } {\displaystyle \min\{m,n\}} {\displaystyle \min\{m,n\}} to p {\displaystyle p} {\displaystyle p} are logically zero (and estimated that way also) the product for the terms after this point is irrelevant.

Note that in the small sample size limit with p < n + m {\displaystyle p<n+m} {\displaystyle p<n+m} then we are guaranteed that the top m + n − p {\displaystyle m+n-p} {\displaystyle m+n-p} correlations will be identically 1 and hence the test is meaningless.[14]

Practical uses

[edit]

A typical use for canonical correlation in the experimental context is to take two sets of variables and see what is common among the two sets.[15] For example, in psychological testing, one could take two well established multidimensional personality tests such as the Minnesota Multiphasic Personality Inventory (MMPI-2) and the NEO. By seeing how the MMPI-2 factors relate to the NEO factors, one could gain insight into what dimensions were common between the tests and how much variance was shared. For example, one might find that an extraversion or neuroticism dimension accounted for a substantial amount of shared variance between the two tests.

One can also use canonical-correlation analysis to produce a model equation which relates two sets of variables, for example a set of performance measures and a set of explanatory variables, or a set of outputs and set of inputs. Constraint restrictions can be imposed on such a model to ensure it reflects theoretical requirements or intuitively obvious conditions. This type of model is known as a maximum correlation model.[16]

Visualization of the results of canonical correlation is usually through bar plots of the coefficients of the two sets of variables for the pairs of canonical variates showing significant correlation. Some authors suggest that they are best visualized by plotting them as heliographs, a circular format with ray like bars, with each half representing the two sets of variables.[17]

Examples

[edit]

Let X = x 1 {\displaystyle X=x_{1}} {\displaystyle X=x_{1}} with zero expected value, i.e., E ⁡ ( X ) = 0 {\displaystyle \operatorname {E} (X)=0} {\displaystyle \operatorname {E} (X)=0}.

  1. If Y = X {\displaystyle Y=X} {\displaystyle Y=X}, i.e., X {\displaystyle X} {\displaystyle X} and Y {\displaystyle Y} {\displaystyle Y} are perfectly correlated, then, e.g., a = 1 {\displaystyle a=1} {\displaystyle a=1} and b = 1 {\displaystyle b=1} {\displaystyle b=1}, so that the first (and only in this example) pair of canonical variables is U = X {\displaystyle U=X} {\displaystyle U=X} and V = Y = X {\displaystyle V=Y=X} {\displaystyle V=Y=X}.
  2. If Y = − X {\displaystyle Y=-X} {\displaystyle Y=-X}, i.e., X {\displaystyle X} {\displaystyle X} and Y {\displaystyle Y} {\displaystyle Y} are perfectly anticorrelated, then, e.g., a = 1 {\displaystyle a=1} {\displaystyle a=1} and b = − 1 {\displaystyle b=-1} {\displaystyle b=-1}, so that the first (and only in this example) pair of canonical variables is U = X {\displaystyle U=X} {\displaystyle U=X} and V = − Y = X {\displaystyle V=-Y=X} {\displaystyle V=-Y=X}.

We notice that in both cases U = V {\displaystyle U=V} {\displaystyle U=V}, which illustrates that the canonical-correlation analysis treats correlated and anticorrelated variables similarly.

Connection to principal angles

[edit]

Assuming that X = ( x 1 , … , x n ) T {\displaystyle X=(x_{1},\dots ,x_{n})^{T}} {\displaystyle X=(x_{1},\dots ,x_{n})^{T}} and Y = ( y 1 , … , y m ) T {\displaystyle Y=(y_{1},\dots ,y_{m})^{T}} {\displaystyle Y=(y_{1},\dots ,y_{m})^{T}} have zero expected values, i.e., E ⁡ ( X ) = E ⁡ ( Y ) = 0 {\displaystyle \operatorname {E} (X)=\operatorname {E} (Y)=0} {\displaystyle \operatorname {E} (X)=\operatorname {E} (Y)=0}, their covariance matrices Σ X X = Cov ⁡ ( X , X ) = E ⁡ [ X X T ] {\displaystyle \Sigma _{XX}=\operatorname {Cov} (X,X)=\operatorname {E} [XX^{T}]} {\displaystyle \Sigma _{XX}=\operatorname {Cov} (X,X)=\operatorname {E} [XX^{T}]} and Σ Y Y = Cov ⁡ ( Y , Y ) = E ⁡ [ Y Y T ] {\displaystyle \Sigma _{YY}=\operatorname {Cov} (Y,Y)=\operatorname {E} [YY^{T}]} {\displaystyle \Sigma _{YY}=\operatorname {Cov} (Y,Y)=\operatorname {E} [YY^{T}]} can be viewed as Gram matrices in an inner product for the entries of X {\displaystyle X} {\displaystyle X} and Y {\displaystyle Y} {\displaystyle Y}, correspondingly. In this interpretation, the random variables, entries x i {\displaystyle x_{i}} {\displaystyle x_{i}} of X {\displaystyle X} {\displaystyle X} and y j {\displaystyle y_{j}} {\displaystyle y_{j}} of Y {\displaystyle Y} {\displaystyle Y} are treated as elements of a vector space with an inner product given by the covariance cov ⁡ ( x i , y j ) {\displaystyle \operatorname {cov} (x_{i},y_{j})} {\displaystyle \operatorname {cov} (x_{i},y_{j})}; see Covariance#Relationship to inner products.

The definition of the canonical variables U {\displaystyle U} {\displaystyle U} and V {\displaystyle V} {\displaystyle V} is then equivalent to the definition of principal vectors for the pair of subspaces spanned by the entries of X {\displaystyle X} {\displaystyle X} and Y {\displaystyle Y} {\displaystyle Y} with respect to this inner product. The canonical correlations corr ⁡ ( U , V ) {\displaystyle \operatorname {corr} (U,V)} {\displaystyle \operatorname {corr} (U,V)} is equal to the cosine of principal angles.

Whitening and probabilistic canonical correlation analysis

[edit]

CCA can also be viewed as a special whitening transformation where the random vectors X {\displaystyle X} {\displaystyle X} and Y {\displaystyle Y} {\displaystyle Y} are simultaneously transformed in such a way that the cross-correlation between the whitened vectors X C C A {\displaystyle X^{CCA}} {\displaystyle X^{CCA}} and Y C C A {\displaystyle Y^{CCA}} {\displaystyle Y^{CCA}} is diagonal.[18] The canonical correlations are then interpreted as regression coefficients linking X C C A {\displaystyle X^{CCA}} {\displaystyle X^{CCA}} and Y C C A {\displaystyle Y^{CCA}} {\displaystyle Y^{CCA}} and may also be negative. The regression view of CCA also provides a way to construct a latent variable probabilistic generative model for CCA, with uncorrelated hidden variables representing shared and non-shared variability.[19]

See also

[edit]
  • Generalized canonical correlation
  • RV coefficient
  • Angles between flats
  • Principal component analysis
  • Linear discriminant analysis
  • Regularized canonical correlation analysis
  • Singular value decomposition
  • Partial least squares regression

References

[edit]
  1. ^ Härdle, Wolfgang; Simar, Léopold (2007). "Canonical Correlation Analysis". Applied Multivariate Statistical Analysis. pp. 321–330. CiteSeerX 10.1.1.324.403. doi:10.1007/978-3-540-72244-1_14. ISBN 978-3-540-72243-4.
  2. ^ Knapp, T. R. (1978). "Canonical correlation analysis: A general parametric significance-testing system". Psychological Bulletin. 85 (2): 410–416. doi:10.1037/0033-2909.85.2.410.
  3. ^ Hotelling, H. (1936). "Relations Between Two Sets of Variates". Biometrika. 28 (3–4): 321–377. doi:10.1093/biomet/28.3-4.321. JSTOR 2333955.
  4. ^ Jordan, C. (1875). "Essai sur la géométrie à n {\displaystyle n} {\displaystyle n} dimensions". Bull. Soc. Math. France. 3: 103.
  5. ^ Andrew, Galen; Arora, Raman; Bilmes, Jeff; Livescu, Karen (2013-05-26). "Deep Canonical Correlation Analysis". Proceedings of the 30th International Conference on Machine Learning. PMLR: 1247–1255.
  6. ^ Ju, Ce; Kobler, Reinmar J; Tang, Liyao; Guan, Cuntai; Kawanabe, Motoaki (2024). Deep Geodesic Canonical Correlation Analysis for Covariance-Based Neuroimaging Data. The Twelfth International Conference on Learning Representations (ICLR 2024, spotlight).
  7. ^ "Statistical Learning with Sparsity: the Lasso and Generalizations". hastie.su.domains. Retrieved 2023-09-12.
  8. ^ Gu, Fei; Wu, Hao (2018-04-01). "Simultaneous canonical correlation analysis with invariant canonical loadings". Behaviormetrika. 45 (1): 111–132. doi:10.1007/s41237-017-0042-8. ISSN 1349-6964.
  9. ^ Hsu, D.; Kakade, S. M.; Zhang, T. (2012). "A spectral algorithm for learning Hidden Markov Models" (PDF). Journal of Computer and System Sciences. 78 (5): 1460. arXiv:0811.4413. doi:10.1016/j.jcss.2011.12.025. S2CID 220740158.
  10. ^ Huang, S. Y.; Lee, M. H.; Hsiao, C. K. (2009). "Nonlinear measures of association with kernel canonical correlation analysis and applications" (PDF). Journal of Statistical Planning and Inference. 139 (7): 2162. doi:10.1016/j.jspi.2008.10.011. Archived from the original (PDF) on 2017-03-13. Retrieved 2015-09-04.
  11. ^ Chapman, James; Wang, Hao-Ting (2021-12-18). "CCA-Zoo: A collection of Regularized, Deep Learning based, Kernel, and Probabilistic CCA methods in a scikit-learn style framework". Journal of Open Source Software. 6 (68): 3823. Bibcode:2021JOSS....6.3823C. doi:10.21105/joss.03823. ISSN 2475-9066.
  12. ^ Knyazev, A.V.; Argentati, M.E. (2002), "Principal Angles between Subspaces in an A-Based Scalar Product: Algorithms and Perturbation Estimates", SIAM Journal on Scientific Computing, 23 (6): 2009–2041, Bibcode:2002SJSC...23.2008K, CiteSeerX 10.1.1.73.2914, doi:10.1137/S1064827500377332
  13. ^ Kanti V. Mardia, J. T. Kent and J. M. Bibby (1979). Multivariate Analysis. Academic Press.
  14. ^ Yang Song, Peter J. Schreier, David Ram´ırez, and Tanuj Hasija Canonical correlation analysis of high-dimensional data with very small sample support arXiv:1604.02047
  15. ^ Sieranoja, S.; Sahidullah, Md; Kinnunen, T.; Komulainen, J.; Hadid, A. (July 2018). "Audiovisual Synchrony Detection with Optimized Audio Features" (PDF). 2018 IEEE 3rd International Conference on Signal and Image Processing (ICSIP). pp. 377–381. doi:10.1109/SIPROCESS.2018.8600424. ISBN 978-1-5386-6396-7. S2CID 51682024.
  16. ^ Tofallis, C. (1999). "Model Building with Multiple Dependent Variables and Constraints". Journal of the Royal Statistical Society, Series D. 48 (3): 371–378. arXiv:1109.0725. doi:10.1111/1467-9884.00195. S2CID 8942357.
  17. ^ Degani, A.; Shafto, M.; Olson, L. (2006). "Canonical Correlation Analysis: Use of Composite Heliographs for Representing Multiple Patterns" (PDF). Diagrammatic Representation and Inference. Lecture Notes in Computer Science. Vol. 4045. p. 93. CiteSeerX 10.1.1.538.5217. doi:10.1007/11783183_11. ISBN 978-3-540-35623-3.
  18. ^ Jendoubi, T.; Strimmer, K. (2018). "A whitening approach to probabilistic canonical correlation analysis for omics data integration". BMC Bioinformatics. 20 (1): 15. arXiv:1802.03490. doi:10.1186/s12859-018-2572-9. PMC 6327589. PMID 30626338.
  19. ^ Jendoubi, Takoua; Strimmer, Korbinian (9 January 2019). "A whitening approach to probabilistic canonical correlation analysis for omics data integration". BMC Bioinformatics. 20 (1): 15. doi:10.1186/s12859-018-2572-9. ISSN 1471-2105. PMC 6327589. PMID 30626338.

External links

[edit]
  • Discriminant Correlation Analysis (DCA)[1] (MATLAB)
  • Hardoon, D. R.; Szedmak, S.; Shawe-Taylor, J. (2004). "Canonical Correlation Analysis: An Overview with Application to Learning Methods". Neural Computation. 16 (12): 2639–2664. CiteSeerX 10.1.1.14.6452. doi:10.1162/0899766042321814. PMID 15516276. S2CID 202473.
  • A note on the ordinal canonical-correlation analysis of two sets of ranking scores (Also provides a FORTRAN program)- in Journal of Quantitative Economics 7(2), 2009, pp. 173–199
  • Representation-Constrained Canonical Correlation Analysis: A Hybridization of Canonical Correlation and Principal Component Analyses (Also provides a FORTRAN program)- in Journal of Applied Economic Sciences 4(1), 2009, pp. 115–124


  • v
  • t
  • e
Statistics
  • Outline
  • Index
Descriptive statistics
Continuous data
Center
  • Mean
    • Arithmetic
    • Arithmetic-Geometric
    • Contraharmonic
    • Cubic
    • Generalized/power
    • Geometric
    • Harmonic
    • Heronian
    • Heinz
    • Lehmer
  • Median
  • Mode
Dispersion
  • Average absolute deviation
  • Coefficient of variation
  • Interquartile range
  • Percentile
  • Range
  • Standard deviation
  • Variance
Shape
  • Central limit theorem
  • Moments
    • Kurtosis
    • L-moments
    • Skewness
Count data
  • Index of dispersion
Summary tables
  • Contingency table
  • Frequency distribution
  • Grouped data
Dependence
  • Partial correlation
  • Pearson product-moment correlation
  • Rank correlation
    • Kendall's τ
    • Spearman's ρ
  • Scatter plot
Graphics
  • Bar chart
  • Biplot
  • Box plot
  • Control chart
  • Correlogram
  • Fan chart
  • Forest plot
  • Histogram
  • Pie chart
  • Q–Q plot
  • Radar chart
  • Run chart
  • Scatter plot
  • Stem-and-leaf display
  • Violin plot
Data collection
Study design
  • Effect size
  • Missing data
  • Optimal design
  • Population
  • Replication
  • Sample size determination
  • Statistic
  • Statistical power
Survey methodology
  • Sampling
    • Cluster
    • Stratified
  • Opinion poll
  • Questionnaire
  • Standard error
Controlled experiments
  • Blocking
  • Factorial experiment
  • Interaction
  • Random assignment
  • Randomized controlled trial
  • Randomized experiment
  • Scientific control
Adaptive designs
  • Adaptive clinical trial
  • Stochastic approximation
  • Up-and-down designs
Observational studies
  • Cohort study
  • Cross-sectional study
  • Natural experiment
  • Quasi-experiment
Statistical inference
Statistical theory
  • Population
  • Statistic
  • Probability distribution
  • Sampling distribution
    • Order statistic
  • Empirical distribution
    • Density estimation
  • Statistical model
    • Model specification
    • Lp space
  • Parameter
    • location
    • scale
    • shape
  • Parametric family
    • Likelihood (monotone)
    • Location–scale family
    • Exponential family
  • Completeness
  • Sufficiency
  • Statistical functional
    • Bootstrap
    • U
    • V
  • Optimal decision
    • loss function
  • Efficiency
  • Statistical distance
    • divergence
  • Asymptotics
  • Robustness
Frequentist inference
Point estimation
  • Estimating equations
    • Maximum likelihood
    • Method of moments
    • M-estimator
    • Minimum distance
  • Unbiased estimators
    • Mean-unbiased minimum-variance
      • Rao–Blackwellization
      • Lehmann–Scheffé theorem
    • Median unbiased
  • Plug-in
Interval estimation
  • Confidence interval
  • Pivot
  • Likelihood interval
  • Prediction interval
  • Tolerance interval
  • Resampling
    • Bootstrap
    • Jackknife
Testing hypotheses
  • 1- & 2-tails
  • Power
    • Uniformly most powerful test
  • Permutation test
    • Randomization test
  • Multiple comparisons
Parametric tests
  • Likelihood-ratio
  • Score/Lagrange multiplier
  • Wald
Specific tests
  • Z-test (normal)
  • Student's t-test
  • F-test
Goodness of fit
  • Chi-squared
  • G-test
  • Kolmogorov–Smirnov
  • Anderson–Darling
  • Lilliefors
  • Jarque–Bera
  • Normality (Shapiro–Wilk)
  • Likelihood-ratio test
  • Model selection
    • Cross validation
    • AIC
    • BIC
Rank statistics
  • Sign
    • Sample median
  • Signed rank (Wilcoxon)
    • Hodges–Lehmann estimator
  • Rank sum (Mann–Whitney)
  • Nonparametric anova
    • 1-way (Kruskal–Wallis)
    • 2-way (Friedman)
    • Ordered alternative (Jonckheere–Terpstra)
  • Van der Waerden test
Bayesian inference
  • Bayesian probability
    • prior
    • posterior
  • Credible interval
  • Bayes factor
  • Bayesian estimator
    • Maximum posterior estimator
  • Correlation
  • Regression analysis
Correlation
  • Pearson product-moment
  • Partial correlation
  • Confounding variable
  • Coefficient of determination
Regression analysis
  • Errors and residuals
  • Regression validation
  • Mixed effects models
  • Simultaneous equations models
  • Multivariate adaptive regression splines (MARS)
  • Template:Least squares and regression analysis
Linear regression
  • Simple linear regression
  • Ordinary least squares
  • General linear model
  • Bayesian regression
Non-standard predictors
  • Nonlinear regression
  • Nonparametric
  • Semiparametric
  • Isotonic
  • Robust
  • Homoscedasticity and Heteroscedasticity
Generalized linear model
  • Exponential families
  • Logistic (Bernoulli) / Binomial / Poisson regressions
Partition of variance
  • Analysis of variance (ANOVA, anova)
  • Analysis of covariance
  • Multivariate ANOVA
  • Degrees of freedom
Categorical / multivariate / time-series / survival analysis
Categorical
  • Cohen's kappa
  • Contingency table
  • Graphical model
  • Log-linear model
  • McNemar's test
  • Cochran–Mantel–Haenszel statistics
Multivariate
  • Regression
  • Manova
  • Principal components
  • Canonical correlation
  • Discriminant analysis
  • Cluster analysis
  • Classification
  • Structural equation model
    • Factor analysis
  • Multivariate distributions
    • Elliptical distributions
      • Normal
Time-series
General
  • Decomposition
  • Trend
  • Stationarity
  • Seasonal adjustment
  • Exponential smoothing
  • Cointegration
  • Structural break
  • Granger causality
Specific tests
  • Dickey–Fuller
  • Johansen
  • Q-statistic (Ljung–Box)
  • Durbin–Watson
  • Breusch–Godfrey
Time domain
  • Autocorrelation (ACF)
    • partial (PACF)
  • Cross-correlation (XCF)
  • ARMA model
  • ARIMA model (Box–Jenkins)
  • Autoregressive conditional heteroskedasticity (ARCH)
  • Vector autoregression (VAR) (Autoregressive model (AR))
Frequency domain
  • Spectral density estimation
  • Fourier analysis
  • Least-squares spectral analysis
  • Wavelet
  • Whittle likelihood
Survival
Survival function
  • Kaplan–Meier estimator (product limit)
  • Proportional hazards models
  • Accelerated failure time (AFT) model
  • First hitting time
Hazard function
  • Nelson–Aalen estimator
Test
  • Log-rank test
Applications
Biostatistics
  • Bioinformatics
  • Clinical trials / studies
  • Epidemiology
  • Medical statistics
Engineering statistics
  • Chemometrics
  • Methods engineering
  • Probabilistic design
  • Process / quality control
  • Reliability
  • System identification
Social statistics
  • Actuarial science
  • Census
  • Crime statistics
  • Demography
  • Econometrics
  • Jurimetrics
  • National accounts
  • Official statistics
  • Population statistics
  • Psychometrics
Spatial statistics
  • Cartography
  • Environmental statistics
  • Geographic information system
  • Geostatistics
  • Kriging
  • Category
  • icon Mathematics portal
  • Commons
  • WikiProject
  1. ^ Haghighat, Mohammad; Abdel-Mottaleb, Mohamed; Alhalabi, Wadee (2016). "Discriminant Correlation Analysis: Real-Time Feature Level Fusion for Multimodal Biometric Recognition". IEEE Transactions on Information Forensics and Security. 11 (9): 1984–1996. doi:10.1109/TIFS.2016.2569061. S2CID 15624506.
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Canonical_correlation&oldid=1319736196"
Category:
  • Covariance and correlation
Hidden categories:
  • Articles with short description
  • Short description matches Wikidata

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id