1dist1: Normal(mu = 1, sigma = 0.5)
2dist1+2: Normal(mu = 3, sigma = 0.5)
3dist1-2: Normal(mu = -1, sigma = 0.5)
4dist1*2: Normal(mu = 2, sigma = 1)
5dist1/2: Normal(mu = 0.5, sigma = 0.25)
62/dist1: RandomMixture(2 * CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[1.0 / x])
7cos(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[cos(x)]
8sin(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[sin(x)]
9tan(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[tan(x)]
10acos(dist0): CompositeDistribution=f(Uniform(a = -0.999, b = 0.999)) with f=[x]->[acos(x)]
11asin(dist0): CompositeDistribution=f(Uniform(a = -0.999, b = 0.999)) with f=[x]->[asin(x)]
12atan(dist0): CompositeDistribution=f(Uniform(a = -0.999, b = 0.999)) with f=[x]->[atan(x)]
13cosh(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[cosh(x)]
14sinh(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[sinh(x)]
15tanh(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[tanh(x)]
16acosh(distG1): CompositeDistribution=f(LogNormal(muLog = 1, sigmaLog = 1, gamma = 1)) with f=[x]->[acosh(x)]
17asinh(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[asinh(x)]
18atanh(dist0): CompositeDistribution=f(Uniform(a = -0.999, b = 0.999)) with f=[x]->[atanh(x)]
19exp(dist1): LogNormal(muLog = 1, sigmaLog = 0.5, gamma = 0)
20log(distG1): CompositeDistribution=f(LogNormal(muLog = 1, sigmaLog = 1, gamma = 1)) with f=[x]->[log(x)]
21ln(distG1): CompositeDistribution=f(LogNormal(muLog = 1, sigmaLog = 1, gamma = 1)) with f=[x]->[log(x)]
22dist1^3: CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[x^3]
23dist1^2.5: CompositeDistribution=f(LogNormal(muLog = 1, sigmaLog = 1, gamma = 1)) with f=[x]->[x^2.5]
24inverse(distG1): CompositeDistribution=f(LogNormal(muLog = 1, sigmaLog = 1, gamma = 1)) with f=[x]->[1.0 / x]
25sqr(dist1): SquaredNormal(mu = 1, sigma = 0.5)
26sqrt(distG1): CompositeDistribution=f(LogNormal(muLog = 1, sigmaLog = 1, gamma = 1)) with f=[x]->[sqrt(x)]
27cbrt(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[cbrt(x)]
28abs(dist1): CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[abs(x)]
29dist1+dist2: Normal(mu = -1, sigma = 1.11803)
30dist1-dist2: Normal(mu = 3, sigma = 1.11803)
31dist1*dist2: ProductDistribution(Normal(mu = 1, sigma = 0.5) * Normal(mu = -2, sigma = 1))
32dist1/dist2: ProductDistribution(Normal(mu = 1, sigma = 0.5) * CompositeDistribution=f(Normal(mu = -2, sigma = 1)) with f=[x]->[1.0 / x])
333/dist1^2: RandomMixture(3 * CompositeDistribution=f(SquaredNormal(mu = 1, sigma = 0.5)) with f=[x]->[1.0 / x])
34(3/dist1)^2: CompositeDistribution=f(RandomMixture(3 * CompositeDistribution=f(Normal(mu = 1, sigma = 0.5)) with f=[x]->[1.0 / x])) with f=[x]->[x^2]
35logn*logn: LogNormal(muLog = 0, sigmaLog = 1.41421, gamma = 0)
36logu*logu: CompositeDistribution=f(Triangular(a = -2, m = 0, b = 2)) with f=[x]->[exp(x)]
37logu*logn: CompositeDistribution=f(SmoothedUniform(a = -1, b = 1, sigma = 1)) with f=[x]->[exp(x)]
38logn*logu: CompositeDistribution=f(SmoothedUniform(a = -1, b = 1, sigma = 1)) with f=[x]->[exp(x)]
39WeibullMin+Exponential: RandomMixture(WeibullMin(beta = 1, alpha = 1, gamma = 0) + Exponential(lambda = 1, gamma = 0))
40result.CDF(1.0)=0.264241
41-WeibullMin+Exponential: RandomMixture(-WeibullMin(beta = 1, alpha = 1, gamma = 0) + Exponential(lambda = 1, gamma = 0))
42result.CDF(1.0)=0.816060
43WeibullMin-Exponential: RandomMixture(WeibullMin(beta = 1, alpha = 1, gamma = 0) - Exponential(lambda = 1, gamma = 0))
44result.CDF(1.0)=0.816060
45-WeibullMin-Exponential: RandomMixture(-WeibullMin(beta = 1, alpha = 1, gamma = 0) - Exponential(lambda = 1, gamma = 0))
46result.CDF(-1.0)=0.735759
47ComposedDistribution(Normal(mu = 0, sigma = 1.41421), Normal(mu = 0, sigma = 1.41421), IndependentCopula(dimension = 2))
48ComposedDistribution(Normal(mu = 3, sigma = 1), Normal(mu = 3, sigma = 1), NormalCopula(R = [[ 1 0 ]
49 [ 0 1 ]]))
50ComposedDistribution(Normal(mu = 0, sigma = 1.41421), Normal(mu = 0, sigma = 1.41421), IndependentCopula(dimension = 2))
51ComposedDistribution(Normal(mu = -3, sigma = 1), Normal(mu = -3, sigma = 1), NormalCopula(R = [[ 1 0 ]
52 [ 0 1 ]]))
53Normal(mu = -7, sigma = 2)
54RandomMixture(-Gamma(k = 2, lambda = 1, gamma = 0))
55RandomMixture(-Gamma(k = 2, lambda = 0.5, gamma = 0))
56RandomMixture(1 - Gamma(k = 2, lambda = 0.5, gamma = 0))
57RandomMixture(1 + Poisson(lambda = 5))
58