1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
==================================================
conditioning distribution= JointDistribution(Uniform(a = 0, b = 1), Uniform(a = 1, b = 2), IndependentCopula(dimension = 2))
Distribution PosteriorDistribution(compound distribution = CompoundDistribution(X with X|Theta~Normal(Theta), Theta=f(Y), f=id_2, Y~JointDistribution(Uniform(a = 0, b = 1), Uniform(a = 1, b = 2), IndependentCopula(dimension = 2))), observations =
[ X0 ]
0 : [ 1.4123 ]
1 : [ -1.39926 ]
2 : [ -0.157398 ]
3 : [ 2.30822 ]
4 : [ -2.77208 ])
range= [0, 1]
[1, 2]
Mean [0.408932,1.65873]
Covariance [[ 0.0737985 0.00565287 ]
[ 0.00565287 0.0516131 ]]
Elliptical distribution= False
Elliptical copula= False
Independent copula= False
Mean point= [0.408932,1.65873] pdf=1.6238 cdf=0.26218
Quantile= [0.946843,1.98454]
CDF(quantile)=0.95
margin= MarginalDistribution(distribution=PosteriorDistribution(compound distribution = CompoundDistribution(X with X|Theta~Normal(Theta), Theta=f(Y), f=id_2, Y~JointDistribution(Uniform(a = 0, b = 1), Uniform(a = 1, b = 2), IndependentCopula(dimension = 2))), observations =
[ X0 ]
0 : [ 1.4123 ]
1 : [ -1.39926 ]
2 : [ -0.157398 ]
3 : [ 2.30822 ]
4 : [ -2.77208 ]), indices=[0])
margin PDF= [1.12641]
margin CDF= [0.541543]
margin quantile= [0.900147]
margin= MarginalDistribution(distribution=PosteriorDistribution(compound distribution = CompoundDistribution(X with X|Theta~Normal(Theta), Theta=f(Y), f=id_2, Y~JointDistribution(Uniform(a = 0, b = 1), Uniform(a = 1, b = 2), IndependentCopula(dimension = 2))), observations =
[ X0 ]
0 : [ 1.4123 ]
1 : [ -1.39926 ]
2 : [ -0.157398 ]
3 : [ 2.30822 ]
4 : [ -2.77208 ]), indices=[1])
margin PDF= [1.44124]
margin CDF= [0.456168]
margin quantile= [1.96961]
conditioned= Normal(mu = 0, sigma = 1)
conditioning= Uniform(a = 0.5, b = 1.5)
link= [y]->[0.0,y]
|