필터 지우기
필터 지우기

Cumulative minimum meaning or formula

조회 수: 16 (최근 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개)

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.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by