Code Monkey home page Code Monkey logo

Comments (4)

SHEN-Cheng avatar SHEN-Cheng commented on July 3, 2024 1

There is not a single Promax rotation, but indefinitely many: it depends on m. You can choose a "weak" or "strong" rotation, with larger m resulting in stronger rotations. In a nutshell, the Promax power parameter m enhances the effect of driving smaller eigenvector values even more towards 0 by raising the values to the power m. The larger m, the more you will discriminate lower values from larger values.

An Example

Take two eigenvector values, 0.4 and 0.6, obtained from Varimax rotation. Raise both to the power of m=2: 0.16 and 0.36. Alternatively, raise both to the power of, say, m=5: 0.01 and 0.08.

In the Varimax solution, the second value was 50% larger than the first value. With Promax m=2, the second value is 125% larger. And with Promax m=5, the second value is 700% larger. So the power parameter effectively controls the relative importance of individual values.

In summary, higher values of the Promax power parameter m will result in solutions that focus more on the important eigenvector values, at the cost of introducing more correlation between the principal component (PC) scores, which are uncorrelated for Varimax.

Many thanks for the knowledege and your time to answer this question. I believe I had an improved understanding on the m impact on the effect of the Rotation.

from xeofs.

nicrie avatar nicrie commented on July 3, 2024

No worries! Did you have a look into the review paper of Richmann (1986)? In section 8.5 he describes the Promax procedure. In particular, he defines the elements of target matrix of the Procrustes transformation as

$b_{ij} = |a_{ij}^{m+1}|/a_{ij}$

where $a_{ij}$ are the elements of the matrix obtained by Varimax rotation. For $m=1$, you simply get $b_{ij}=a_{ij}$, i.e. the Varimax solution. For $m\geq1$, the $b_{ij}$ will differ from $a_{ij}$ and, in general, the obtained matrix won't be orthogonal anymore.

In xeofs, the power parameter $p$ of the EOFRotator class represents $m$. Does that clear up the confusion?

from xeofs.

SHEN-Cheng avatar SHEN-Cheng commented on July 3, 2024

No worries! Did you have a look into the review paper of Richmann (1986)? In section 8.5 he describes the Promax procedure. In particular, he defines the elements of target matrix of the Procrustes transformation as

bij=|aijm+1|/aij

where aij are the elements of the matrix obtained by Varimax rotation. For m=1, you simply get bij=aij, i.e. the Varimax solution. For m≥1, the bij will differ from aij and, in general, the obtained matrix won't be orthogonal anymore.

In xeofs, the power parameter p of the EOFRotator class represents m. Does that clear up the confusion?

Thanks for the quickreply, I haven't looked into that paper. I will have a look of it soon. BTW, a quick question: what is the difference of m=3 and m=4 if I want to get a Promax REOF?

from xeofs.

nicrie avatar nicrie commented on July 3, 2024

There is not a single Promax rotation, but indefinitely many: it depends on $m$. You can choose a "weak" or "strong" rotation, with larger $m$ resulting in stronger rotations. In a nutshell, the Promax power parameter $m$ enhances the effect of driving smaller eigenvector values even more towards 0 by raising the values to the power $m$. The larger $m$, the more you will discriminate lower values from larger values.

An Example

Take two eigenvector values, 0.4 and 0.6, obtained from Varimax rotation. Raise both to the power of $m=2$: 0.16 and 0.36. Alternatively, raise both to the power of, say, $m=5$: 0.01 and 0.08.

In the Varimax solution, the second value was 50% larger than the first value. With Promax $m=2$, the second value is 125% larger. And with Promax $m=5$, the second value is 700% larger. So the power parameter effectively controls the relative importance of individual values.

In summary, higher values of the Promax power parameter $m$ will result in solutions that focus more on the important eigenvector values, at the cost of introducing more correlation between the principal component (PC) scores, which are uncorrelated for Varimax.

from xeofs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.