heatmap icon indicating copy to clipboard operation
heatmap copied to clipboard

Can we do weighted analysis heat map visual?

Open EshwarKV opened this issue 7 years ago • 2 comments

Hi sjkp,

Thanks for the awesome heat map custom visual.

Can we do weighted analysis heat map visual by including weight variable? Also I want to know for what purpose the Intensity option is used in the Fields Tab.

It would be appreciated if you provide the comments ASAP.

Thank you, Eshwar

EshwarKV avatar Nov 29 '17 23:11 EshwarKV

Can you explain to me what you mean by weight variable? I'm not sure I understand.

If you dont want all x,y coordinates to mean the same. E.g. you have click postions on a web page and for each x,y coord you record the number of clicks then you can put that as the intensity.

sjkp avatar Dec 14 '17 10:12 sjkp

Thanks for your response. I got the what Intensity stands for from your explanation.

My concern is similar to this, I guess!!! but let's put on discussion.

Following is the example data:

Resp ID | X | Y | Weight 1 | 437 | 333 | 1.4 2 | 94 | 535 | 1.2 3 | 120 | 372 | 0.8 4 | 269 | 671 | 0.9 5 | 115 | 580 | 0.7

Mean | 207.0 | 498.2 |   Wtd. Mean | 228.0 | 482.5 |  

Here I have mentioned the weighed analysis what we do regularly in summary tables and I want to do the similar thing in heat map visualization.

Here the Mean for X (or Y) are calculated as total of X's/total no. of respondents whereas Wtd. Mean was calculated as sum of product of (X and it's respective weight value) / sum of weight. Here the weights are given to respondents in such a way that the sum of weights must be equal to the number of respondents.

Can we do this weighted visualization in heatmap as we do weighted mean, std and etc... in weighted analysis? Many thanks in advance.

EshwarKV avatar Dec 18 '17 13:12 EshwarKV