Open GabrielHoffman opened 11 months ago
rowWeightedVars(X,w) currently handles a matrix X, the weights w must be a vector. Is it possible to extend this function handle a weights matrix W the same dimension as X?
rowWeightedVars(X,w)
X
w
W
rowWeightedVars(X,w)
currently handles a matrixX
, the weightsw
must be a vector. Is it possible to extend this function handle a weights matrixW
the same dimension asX
?