<< nan_filter Descriptive Statistics nan_grpstats >>

NaN Toolbox >> NaN Toolbox > Descriptive Statistics > nan_geomean

nan_geomean

calculates the geomentric mean of data elements.

Calling Sequence

y = nan_geomean(x [,DIM [,W]])

Parameters

y:

geomentric mean

DIM:

dimension

default or []:

first DIMENSION, with more than 1 element

W:

weights to compute weighted mean (default: [])

Description

is the same as y = nan_mean(x,'G' [,DIM])

features: - can deal with NaN's (missing values) - weighting of data - dimension argument also in Octave - compatible to Matlab and Octave

See also

Authors


<< nan_filter Descriptive Statistics nan_grpstats >>