cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
EGrishin
Level I

Hotelling's T2 contributions formula

In articles, for t2 contributions using formula (X-colMean(X))/std.dev. But in Column Formula of T2 variable contribution, saved from Model Driven Multivariate Control Chart(JMP 16), we can see multiplier before (X-colMean(X))/std.dev. For Example:

EGrishin_0-1630996172636.png

What is this?

1.98849210478157 * :_07MAA10CT111 + 1.68074231499255 * :_07MAA10CT109 + (-1779.94365628861)
1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Hotelling's T2 contributions formula

Not a statistical explanation...

 

My guess is that you have a contribution formula for one of the variables you have. I think you sum all of the contribution formulas together you should end up with the T2 (or very close to it).

Using Iris.jmp as example:

jthi_0-1630999406826.png

jthi_1-1630999971980.png

 

 

-Jarmo

View solution in original post

2 REPLIES 2
jthi
Super User

Re: Hotelling's T2 contributions formula

Not a statistical explanation...

 

My guess is that you have a contribution formula for one of the variables you have. I think you sum all of the contribution formulas together you should end up with the T2 (or very close to it).

Using Iris.jmp as example:

jthi_0-1630999406826.png

jthi_1-1630999971980.png

 

 

-Jarmo
EGrishin
Level I

Re: Hotelling's T2 contributions formula

Thanks!)

Recommended Articles