Hello,
I am currently using UqpyLab to construct numerical bases corresponding to arbitrary input distributions approximated with kernel smoothing. I am employing LAR (Least Angle Regression) to compute the coefficients. Once the Polynomial Chaos Expansion (PCE) model is trained, I can access the indices of the numerical basis and the coefficients computed with LAR.
However, I am unsure how to access the alpha_n and beta_n coefficients (following the notation in the UqpyLab user manual) of the Christoffel-Darboux formulae computed using the Stieltjes procedure.
My objective is to utilize the constructed PCE model in an external code, and I believe I need this information along with the indices and coefficients obtained via LAR.
I would greatly appreciate any guidance on how to retrieve these coefficients.
Thank you!