Skip to content

compute nanqmean

kgryte edited this page May 12, 2015 · 1 revision

Computes the quadratic mean (root mean square) over an array of values ignoring any non-numeric values.

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

var qmean = compute.nanqmean( data );
Clone this wiki locally