Use Different Copula Kernels
Construct a CopulaDistribution with subkernels used in different applications.
ParallelTable[Plot3D[Evaluate@CDF[CopulaDistribution[c, {UniformDistribution[{0, 1}], UniformDistribution[{0, 1}]}], {x, y}], {x, -0.1, 1.1}, {y, -0.1, 1.1}, PlotLabel -> c, Mesh -> None, ColorFunction -> "Pastel", Ticks -> None, ImageSize -> 130], {c, {"Minimal", "Maximal", "Product", {"Frank", 1 / 2}, {"Clayton", 5}, {"GumbelHougaard", 2}, {"FGM", 1 / 3}, {"AMH", 1 / 2}, {"Binormal", 1 / 2}}}]