https://github.com/cran/multivariance
Raw File
Tip revision: 71cc2d66e2e947a4fd1ea1041711e731420b36ef authored by Björn Böttcher on 19 March 2019, 14:00:03 UTC
version 2.1.0
Tip revision: 71cc2d6
cdm.mu.bcd.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{cdm.mu.bcd}
\alias{cdm.mu.bcd}
\title{given the sample of a single variable the centered distance matrix, mu (the limit moments) and bcd (the terms for the finite sample moments) are computed
The normalization should be postponed to the moment calculation.}
\usage{
cdm.mu.bcd(x, normalize = FALSE, psi = NULL, p = NULL,
  isotropic = FALSE, unbiased.moments = TRUE, external.dm.fun = NULL)
}
\description{
NOTE: speedup might be possible by incorporating mu3 and some matrix-norm-identities
}
\keyword{internal}
back to top