How can I make the list's variable works for quantile/probability estimate in the "Fit Life by X"?
Hi All, I would like to make a script for reliability estimation. One of my tasks is to evaluate the estimated quantile/probability. In these expressions (please see the code below), if I list all the categories explicitly using list, such as {0, 1, 2, 3}, the expression works fine. However, if I use the variable for the list, then use the variable instead of explicitly writing the list in the cod...