Global Index (short | long) | Local contents | Local Index (short | long)
stdx=std2(x)
function stdx=std2(x) similar to std, but replaces missing value by the mean before calculating std
This function calls | |
---|---|
function stdx=std2(x) x=rm_mean2(x); x=zero_fillnan(x); stdx=std(x);