File: t_PosteriorDistribution_std.expout

package info (click to toggle)
openturns 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,708 kB
  • sloc: cpp: 261,605; python: 67,030; ansic: 4,378; javascript: 406; sh: 185; xml: 164; makefile: 101
file content (45 lines) | stat: -rw-r--r-- 1,879 bytes parent folder | download
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]