SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
267 stars 75 forks source link

Duplicate/missing example for spectral representations #235

Open jwarner308 opened 5 months ago

jwarner308 commented 5 months ago

For the spectral representation examples in the stochastic_process module, the N-dimensional & multiple-variables example is the same as the N-dimensional & one-variable example. Therefore, there is not currently an example that demonstrates the N-dimensional & multiple-variables case.

See: https://github.com/SURGroup/UQpy/blob/master/docs/code/stochastic_processes/spectral/spectral_nd_mv.py

and

https://github.com/SURGroup/UQpy/blob/master/docs/code/stochastic_processes/spectral/spectral_nd_1d.py