1 2 3 4 5 6 7
//! # Univariate //! //! $$ //! F_{X_1,\dots,X_d}(x)=C\left(F_1(x_1),\dots,F_d(x_d)\right) //! $$ //! pub mod gaussian;