Coefficients of Polynomial Chaos Expansion (PCE)

This simple Matlab code calculates the coefficients of PCE for a lognormal distributed uncertain parameter X up to the order of N.
327 Downloads
Updated 21 Nov 2019

View License

The coefficients of order “n” for any uncertain parameter X with LN(mu,sigma) can analytically calculated as:
ai_a=sigma^n*exp(mu+sigma^2/2)/(n!)
The code calculated the coefficients using Matlab symbolic integration

Cite As

K. Sepahvand (2026). Coefficients of Polynomial Chaos Expansion (PCE) (https://www.mathworks.com/matlabcentral/fileexchange/73416-coefficients-of-polynomial-chaos-expansion-pce), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.01.10

typing miskes updated

1.01.0

- order for N

1.0.0