Question A

  1. Name at least 3 properties of a CDF

  • is right continuous
  • is non-decreasing

  1. Compute , and with given CDF and PDF

  1. When representing a non-normally distributed random vector with the KLE or the gPC expansion, what is the advantage of using a gPC expansion.

  1. Why are the formulas for Mean and Variance from FOSM just approximations.

    The output model is approximated only with the first order Taylor Approximation


  1. How does the curse of dimensionality affect the gPC method, if you use the non-intrusive projection method for gPC. Write down the equation of projection
  • The gPC coefficients are obtained via
  • To calculate the numerator and denominator we use a quadrature method, which has the curse of dimensionality.
  • Number of nodes is typically chosen such that the polynomial in the denominator could be calculated exactly.

  1. What does the accuracy of (non-Intrusive projection) gPC depend on? Name at least two properties
  • Polynomial Degree.
  • Degree of the chosen quadrature rule.