请教一下各位,
X~N(1,0.1).
The return at this time, Y, is modelled as,
Y~N(0,βeX),where the `modal volatility' parameter, β=0.95
求Y的方差,要怎么求呢?
X<-rnorm(1,0.1)
Y<-rnorm(0,0.95*exp(X))
V<-Var(Y)
V
程序说方差的函数有错,请问我该用什么函数来求方差呢?谢谢!


雷达卡





京公网安备 11010802022788号







