<< dacefit Dace Scilab gridsamp >>

Dace Scilab >> Dace Scilab > dsmerge

dsmerge

Merge data for multiple design sites

Calling Sequence

[mS,mY] = dsmerge(S,Y,ds,nms,wtds,wtdy)

Parameters

S

data points S(i,:), i=1,...,m

Y

data points Y(i,:), i=1,...,m

ds

Threshold for equal, normalized sites. Default is 1e-14

nms

Norm, in which the distance is measured. nms = 1 : 1-norm (sum of absolute coordinate differences) 2 : 2-norm (Euclidean distance) (default)

wtds

What to do with the S-values in case of multiple points. wtds = 1 : return the mean value (default) 2 : return the median value 3 : return the 'cluster center'

wtdy

What to do with the Y-values in case of multiple points. wtdy = 1 : return the mean value (default) 2 : return the median value 3 : return the 'cluster center' value 4 : return the minimum value 5 : return the maximum value

mS

Compressed design sites, with multiple points merged according to wtds

mY

Responses, compressed according to wtdy

Description

Merge data for multiple design sites

See Also

Authors

collette

ycollet@freesurf.fr


Report an issue
<< dacefit Dace Scilab gridsamp >>