How do I add expectation operator of a variable in an economic model?

조회 수: 1 (최근 30일)
NMK
NMK 2016년 7월 20일
댓글: Star Strider 2016년 7월 21일
How do I write expectation operation in (suppose) the following equation on Matlab Editor?
x(t)=c+mE(x(t+1))
where E is the expectation operator.

답변 (1개)

Star Strider
Star Strider 2016년 7월 20일
The expectation operator is generally considered to be the arithmetic mean. I don’t know what ‘x’ is (it could be a cell array, likely one vector in a cell array), but if it is a numeric array, the mean of one value is the value itself.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by