checking this code I was wondering , If I have defined my lognormal plot already, then how would I draw the normal probability plot for my lognormal data ? should the x be defined the same way in the mentioned code ?
This is my data = [336256, 620316, 958846, 1007830, 1080401]
This is where I plot my Weibul and lognormal : code
In my code, this is what I get for Lognormal normal probability plot
and what I get for Weibull normal probability plot :
The problem with these curves is that they are too Linear !!
The are supposed to be this way :
The other difference is that I need to place my points between 0 and 100 and they should not be equally spaced
also I am not sure at which confidence interval I am working in my own code.
Update 1 :
Using the code here
I get these results :
for weibull