File: t_ExponentialCauchy_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-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
myDefautModel =  class=ExponentialCauchy amplitude=[1] scale=[10]
myModel =  class=ExponentialCauchy amplitude=[1] scale=[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.716531 0.513417 0.367879 ]
 [ 0.716531 1        0.716531 0.513417 ]
 [ 0.513417 0.716531 1        0.716531 ]
 [ 0.367879 0.513417 0.716531 1        ]]