restore_coordinates {LOMAR}R Documentation

restore_coordinates

Description

Restore coordinates from mean 0 and standard deviation 1 to their original distribution

Usage

restore_coordinates(X, mu, sigma)

Arguments

X

standardized point set as N x D matrix

mu

1 x D vector of means

sigma

standard deviation

Value

N X D matrix of unstandardized coordinates


[Package LOMAR version 0.4.0 Index]