How do I add expectation operator of a variable in an economic model?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
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 Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!