Skip to content

compute mmin

kgryte edited this page May 12, 2015 · 1 revision

Computes a moving minimum over a numeric array.

var data = [ 2, 4, 2, 7, 3 ];

var arr = compute.mmin( data, 2 );
Clone this wiki locally