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.
  2 件のコメント
NMK
NMK 2016 年 7 月 21 日
Cheers Thank you.
Star Strider
Star Strider 2016 年 7 月 21 日
My pleasure!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by