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
ParamTau.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ParamTau.R
\name{ParamTau}
\alias{ParamTau}
\title{Unconstrained parameters}
\usage{
ParamTau(family, tau)
}
\arguments{
\item{family}{'Gaussian' , 't' , 'Clayton' , 'Frank' , 'Gumbel'}

\item{tau}{Kendall's tau of the copula family}
}
\value{
\item{alpha}{Unconstrainted parameter}
}
\description{
This function computes the  unconstrainted parameter alpha for a given Kendall's tau
}
\examples{
ParamTau('Clayton',0.5)

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