Revision 4d37ecce6b3f6a5469d23eeba965d7de2f5ca70f authored by Björn Böttcher on 13 September 2018, 14:20:06 UTC, committed by cran-robot on 13 September 2018, 14:20:06 UTC
1 parent 441d15d
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}
Computing file changes ...