https://github.com/cran/multivariance
Raw File
Tip revision: 223488fe47429eb3067dc3455d2e2852fe694fbc authored by Björn Böttcher on 06 October 2021, 14:50:05 UTC
version 2.4.1
Tip revision: 223488f
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 doubly centered distance matrices, mus and bcds}
\usage{
cdms.mu.bcd(x, vec = 1:ncol(x), membership = NULL, cdm.normalize = TRUE, ...)
}
\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{
A list containing the following components:
\describe{
  \item{\code{list.cdm}}{list of the doubly centered distance matrices - these are always normalized if 'cdm.normalize = TRUE'!!!,}
  \item{\code{mu}}{matrix with the limit moments in a column for each variable,}
  \item{\code{bcd}}{matrix with b, c, d (which are required for the computation of the finite sample moments) in columns for each variable,}
  \item{\code{mean}}{vector with the mean of each distance matrix.}
}
}
\description{
computes the doubly centered distance matrices, mus and bcds
}
\keyword{internal}
back to top