User-defined Distributions and Copulas

Defining custom distributions in UQpy. can be done by sub-classing the appropriate parent class. The subclasses must possess the desired methods, per the parent Distribution class.

Custom copulas can be similarly defined by subclassing the Copula class and defining the appropriate methods.