vlt.data.nanstderr¶
STDERR - Standard error of a vector of data
SE = vlt.data.nanstderr(DATA);
Computes standard error of each column, ignoring NaN's.
SE = nanstd(data)./sqrt(sum(1-[isnan(data)]));
See also: STD, NANSTD
STDERR - Standard error of a vector of data
SE = vlt.data.nanstderr(DATA);
Computes standard error of each column, ignoring NaN's.
SE = nanstd(data)./sqrt(sum(1-[isnan(data)]));
See also: STD, NANSTD