photo

Haotian Wang


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to delete data with special value in an array?
there is an array with 800 values, and the mean of these can be calculated. I would like to delete the value over or less than...

3 years 前 | 1 个回答 | 0

1

个回答

提问


why does the command window show 'Unrecognized function or variable 'beta_est'.'? how to solve it?
syms bets_est; for t=1:n-1; func=(sigma2(t+1)-sigma2(t))/(S(t+1)-S(t))*S(t)/sigma2(t)==beta_est(t)-2; end solve(eq,beta_...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Why do I get an error in this function and how to solve it?
function r=OU_SAMPLE (n,dt,beta,theta,sig,r0); t(1)=0; x(1)=theta-r0; r(1)=r0; for i=1:n-1; t(i+1)=i*dt; v=(exp(2*...

3 years 前 | 1 个回答 | 0

1

个回答