Search found 1 match

by icehawk260
Wed Mar 14, 2018 10:03 am
Forum: Data Manipulation
Topic: factor based on deviation from mean
Replies: 1
Views: 3268

factor based on deviation from mean

I have an equal-weighted index of the z-score for 10 variables. For each variable, I want to associate a constant for that variable's z-score relative to the mean z-score of all other variables. For instance, X1 = 2.5 mean(X2-X10) = 2.0 if abs(X1 - mean(X2-X10)>1 then 0.2, >0.5 then 0.4, etc. Basica...

Go to advanced search