powered by
standardize Calculates the z-values of the input vector. #'$$ z = \frac{vectorI - meanI}{\sqrt{varI}} $$
standardize
standardize(vectorI, W)
vector to be standardized.
weighed distance matrix
z values
# NOT RUN { W<-matrix(runif(100, min=0, max=1),nrow=10,ncol=10) vectorI<-runif(10, min=0, max=1) standardize(vectorI,W) # }
Run the code above in your browser using DataLab