Continuous Distributions 1D

In UQpy, univariate continuous distributions inherit from the DistributionContinuous1D class:

Since the continuous distributions are based on scipy, all of the distribution types described posses the following methods: cdf(), pdf(), log_pdf(), icdf(), rvs(), moments(), fit()