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
cdms.mu.bcd.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{cdms.mu.bcd}
\alias{cdms.mu.bcd}
\title{computes the centered distance matrices, mus and bcds}
\usage{
cdms.mu.bcd(x, vec = 1:ncol(x), membership = NULL, ...)
}
\arguments{
\item{x}{matrix, each row is a sample}
\item{vec}{vector which indicates which columns are treated as one sample}
\item{membership}{depreciated. Now use \code{vec}.}
\item{...}{these are passed to \code{\link{cdm}}}
}
\value{
It returns an 3 dimensional array of the distance matrices. The index of the first dimension names the component for which the matrix is computed, thus it ranges from 1 to max(vec).
}
\description{
computes the centered distance matrices, mus and bcds
}
\keyword{internal}
Computing file changes ...