File: t_ExponentiallyDampedCosineModel_std.expout

package info (click to toggle)
openturns 1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,588 kB
  • ctags: 26,495
  • sloc: cpp: 144,032; python: 26,855; ansic: 7,868; sh: 419; makefile: 263; yacc: 123; lex: 44
file content (9 lines) | stat: -rw-r--r-- 625 bytes parent folder | download
1
2
3
4
5
6
7
8
9
myDefautModel =  class=ExponentiallyDampedCosineModel input dimension=1 amplitude=1 scale=1 frequency=1
myModel =  class=ExponentiallyDampedCosineModel input dimension=1 amplitude=1 scale=1 frequency=0.1
covariance matrix at t =  1.0  :  [[ 0.367879 ]]
covariance matrix at t =  -1.0  :  [[ 0.367879 ]]
covariance matrix at t =  15.0  :  [[ 3.05902e-07 ]]
discretized covariance over the time grid= RegularGrid(start=0, step=0.333333, n=4) is= [[  1        -0.358266 -0.256709  0.367879 ]
 [ -0.358266  1        -0.358266 -0.256709 ]
 [ -0.256709 -0.358266  1        -0.358266 ]
 [  0.367879 -0.256709 -0.358266  1        ]]