indexing
2 TopicsEstimating Weibull Parameters
Hello! I've been attempting to create a Weibull distribution in PBI in order to get the B50 and B10 life ratings for performance. In order to create it I've been attempting for a few days to create a dynamic index to do the calculations for it, but overall it seems PBI isn't optimized for computing something like this, and even if I solve the dynamic indexing problem I wouldn't be able to perform all the calculations, graph them, and get the estimated weibull parameters from that. Is there any better way to go about creating a weibull distribution to get life ratings? Would using an R script be the best possible solution? Or would the rest of the calculations be possible if the dynamic indexing problem can be solved? I can provide more context to the situation if that would help to clarify anything. Any advice or help is greatly appreciatedSolved3.7KViews0likes3CommentsDuplicates, indexing
Hi All, I am trying to index a particular column based on re-occurance of same values (Region), can anyone please suggest solution for below I have following data sample Region Value A 1000 B 500 C 2000 A 1000 D 2500 E 1500 I need solution as in following format Region Value Regionoccurance A 1000 1 B 500 1 C 2000 1 A 1000 2 D 2500 1 E 1500 1 Thanks in advanceSolved898Views0likes2Comments