Can Lognormal Distribution be applied to an IQR calculation? If so,
how?
I have a set of values:
239
6,852.00
9,383.00
10,411.00
11,874.00
13,190.00
16,705.00
16,831.00
18,902.00
19,947.00
When calculating a 3IQR, it would include all of the values.
Q1 (25%) 9,640.00
Q3 (75%) 16,799.50
IQR (Interquartile Range) 7,159.50
IQR x 3 21,478.50
Q1 - (IQRx3) -11,838.50
Q3 - (IQRx3) 38,278.00
I am not understanding how a lognormal distribution works.
from what I have been told, when applying the lognormal
distribution, it would remove the value = 239
I have tried using the excel =LOGNORMDIST. it is asks for:
X - which I am not sure which value I am to use. I used 239
Mean - I calculated as 12,433.40
StDev - I calculated as 6,055.47
This gave me a Lognormal Dist of: .02
If that is correct, how does it get applied to the IQR?
And why would you apply a calculation with a standard deviation that
uses the mean, when the IQR is using the median?
Thank you assistance
how?
I have a set of values:
239
6,852.00
9,383.00
10,411.00
11,874.00
13,190.00
16,705.00
16,831.00
18,902.00
19,947.00
When calculating a 3IQR, it would include all of the values.
Q1 (25%) 9,640.00
Q3 (75%) 16,799.50
IQR (Interquartile Range) 7,159.50
IQR x 3 21,478.50
Q1 - (IQRx3) -11,838.50
Q3 - (IQRx3) 38,278.00
I am not understanding how a lognormal distribution works.
from what I have been told, when applying the lognormal
distribution, it would remove the value = 239
I have tried using the excel =LOGNORMDIST. it is asks for:
X - which I am not sure which value I am to use. I used 239
Mean - I calculated as 12,433.40
StDev - I calculated as 6,055.47
This gave me a Lognormal Dist of: .02
If that is correct, how does it get applied to the IQR?
And why would you apply a calculation with a standard deviation that
uses the mean, when the IQR is using the median?
Thank you assistance