https://github.com/cran/multivariance
Raw File
Tip revision: e0320c9516346f2d4fe715a5eb662d6aa790a6cb authored by Björn Böttcher on 04 January 2019, 23:20:03 UTC
version 1.2.1
Tip revision: e0320c9
cdm.product.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{cdm.product}
\alias{cdm.product}
\title{Product of distance matrices}
\usage{
cdm.product(x, vec = if (length(dim(x)) == 2) {     1:ncol(x) } else {   
   NA })
}
\arguments{
\item{x}{either a data matrix or an array of centered distance matrices}

\item{vec}{if x is a matrix, then this indicates which columns are treated together as one sample; if x is an array, these are the indexes for which the multivariance is calculated. The default is all columns and all indexes, respectively.}
}
\description{
Computes the product of the distance matrices with the given indexes
}
\keyword{internal}
back to top