https://github.com/cran/gss
Raw File
Tip revision: dd3290259e73158c51e63aeecf919260aa410357 authored by Chong Gu on 04 May 2020, 04:20:23 UTC
version 2.2-0
Tip revision: dd32902
mkterm.copu.Rd
\name{mkterm.copu}
\alias{mkterm.copu}
\title{
    Assembling Model Terms for Copula Density Estimation
}
\description{
    Assemble numerical functions for calculating model terms in copula
    density estimation.
}
\usage{
mkterm.copu(dm, order, symmetry, exclude)
}
\arguments{
    \item{dim}{Dimension of the domain.}
    \item{order}{Highest order of interactions allowed in log density.}
    \item{symmetry}{Flag indicating whether to enforce symmetry, or
        invariance under coordinate permutation.}
    \item{exclude}{Pair(s) of marginals whose interactions to be
        excluded in log density.}
}
\author{Chong Gu, \email{chong@stat.purdue.edu}}
\keyword{internal}
back to top