https://github.com/cran/NCSCopula
Raw File
Tip revision: 3909ac56a196b79173af915f5dec1582c730b991 authored by Bouchra R. Nasri on 28 November 2019, 15:50:02 UTC
version 1.0.1
Tip revision: 3909ac5
ParamCop.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ParamCop.R
\name{ParamCop}
\alias{ParamCop}
\title{Gives the parameters of the copula family}
\usage{
ParamCop(family, alpha)
}
\arguments{
\item{family}{"Gaussian" , "t" , "Clayton" , "Frank" , "Gumbel"}

\item{alpha}{unconstrainted parameters of the copula family}
}
\value{
\item{theta}{Bivariate vector of constrained copula family parameters}
}
\description{
This function computes the parameter of the copula according to CRAN copula package where corresponding to the unconstrainted parameters alpha.
}
\examples{
ParamCop('Clayton',0)

}
\author{
Bouchra R. Nasri, August 14, 2019
}
back to top