Cumulative minimum meaning or formula

3 ビュー (過去 30 日間)
Aditya
Aditya 2015 年 4 月 23 日
コメント済み: Aditya 2015 年 4 月 23 日
Hi
does anyone know what cumulative minimum actually means? definition or formula?

採用された回答

Titus Edelhofer
Titus Edelhofer 2015 年 4 月 23 日
Hi,
take a look at the doc. The example should be pretty clear. Basically: if you have a vector x, the i-th entry of the cumulative minimum is the minimum of x(1:i).
Titus
  1 件のコメント
Aditya
Aditya 2015 年 4 月 23 日
many thanks

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

その他の回答 (1 件)

Guillaume
Guillaume 2015 年 4 月 23 日
It's fairly straightforward, the first value of cummin is the minimum of the first one element, the 2nd value, the minimum of the first two elements, the 3rd value is the minimum of the first 3 values, and so on.
  1 件のコメント
Aditya
Aditya 2015 年 4 月 23 日
many thanks

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

カテゴリ

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