This function generates a plot of the fitted degradation paths for each unit, with an option to display confidence intervals based on quantiles. The function supports models "M0", "M1", "M2" and allows for customized plotting.
Arguments
- dat
A numeric matrix containing the estimated parameters for each product.
- True_Y
A tibble or data frame containing the true observed values, with columns `TIME`, `UV`, and `observed`.
- t_list
A list of time values for each product.
- u_list
A list of covariate values for each product (can be NULL).
- select_ID
A vector of product IDs to plot.
- types
A vector specifying the type of model used for the Lambda calculation.
- ci
A logical value indicating whether to include confidence intervals in the plot (default is TRUE).
- scope
A numeric vector of length 2 specifying the quantile range for the confidence intervals (e.g., `c(0.025, 0.975)`).
