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 46 47
|
mySpectralProcess1 = SpectralGaussianProcess=SpectralGaussianProcess dimension=1 spectralModel=class=CauchyModel amplitude=[1] scale=[1] no spatial correlation maximal frequency=10 n frequency=8
Realization = [ t x0 ]
0 : [ 0 -0.451193 ]
1 : [ 0.05 -0.380837 ]
2 : [ 0.1 -0.133715 ]
3 : [ 0.15 -0.110045 ]
4 : [ 0.2 -0.00747752 ]
5 : [ 0.25 0.31692 ]
6 : [ 0.3 0.573474 ]
7 : [ 0.35 0.72571 ]
8 : [ 0.4 -0.00851588 ]
9 : [ 0.45 -0.245597 ]
10 : [ 0.5 -0.189177 ]
11 : [ 0.55 -0.135844 ]
12 : [ 0.6 -0.253163 ]
13 : [ 0.65 -0.538391 ]
14 : [ 0.7 -0.329535 ]
15 : [ 0.75 0.0902606 ]
mySpecModel = class=CauchyModel amplitude=class=Point name=Unnamed dimension=3 values=[1,1,1] scale=class=Point name=Unnamed dimension=1 values=[1] spatial correlation=class=CorrelationMatrix dimension=0 implementation=class=MatrixImplementation name=Unnamed rows=0 columns=0 values=[] isDiagonal=true
mySpectralProcess2 = SpectralGaussianProcess=SpectralGaussianProcess dimension=3 spectralModel=class=CauchyModel amplitude=[1,1,1] scale=[1] no spatial correlation maximal frequency=3.5 n frequency=4
Realization = [ t x0 x1 x2 ]
0 : [ 0 -0.0237256 0.910871 0.199343 ]
1 : [ 0.142857 -1.03673 0.406023 0.533575 ]
2 : [ 0.285714 -1.11934 0.187858 0.403724 ]
3 : [ 0.428571 -0.295673 0.133648 0.141128 ]
4 : [ 0.571429 0.152264 -0.16578 0.627436 ]
5 : [ 0.714286 -0.625056 -0.254422 0.590223 ]
6 : [ 0.857143 -0.697418 -0.39592 0.317004 ]
7 : [ 1 -0.426261 -0.508527 0.581281 ]
mySpectralProcess3 = SpectralGaussianProcess=SpectralGaussianProcess dimension=3 spectralModel=class=CauchyModel amplitude=[1,1,1] scale=[1] no spatial correlation maximal frequency=10 n frequency=8
Realization = [ t x0 x1 x2 ]
0 : [ 0 0.116176 -0.0989086 -0.707906 ]
1 : [ 0.05 0.176004 0.0787639 -0.645023 ]
2 : [ 0.1 -0.212907 0.22338 -0.528338 ]
3 : [ 0.15 -0.3043 -0.411623 -0.100345 ]
4 : [ 0.2 -0.165145 -0.400598 0.25812 ]
5 : [ 0.25 0.00470882 -0.270488 0.354843 ]
6 : [ 0.3 0.042694 -0.195318 -0.640887 ]
7 : [ 0.35 0.388292 -0.119788 -0.843019 ]
8 : [ 0.4 0.317592 0.155839 -1.04508 ]
9 : [ 0.45 0.284999 -0.0128793 -0.542529 ]
10 : [ 0.5 0.0218353 0.0616318 -0.13714 ]
11 : [ 0.55 -0.0982832 0.44511 0.404251 ]
12 : [ 0.6 -0.251257 0.519713 0.740338 ]
13 : [ 0.65 0.0620695 -0.0435821 0.880062 ]
14 : [ 0.7 0.182188 -0.332107 1.00694 ]
15 : [ 0.75 0.214358 -0.135275 0.911344 ]
|