1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/stable.r
\name{Links}
\alias{Links}
\alias{loc_g}
\alias{loc_h}
\alias{disp_g}
\alias{disp_h}
\alias{skew_g}
\alias{skew_h}
\alias{tail_g}
\alias{tail_h}
\title{Links}
\usage{
loc_g(x)
loc_h(x)
disp_g(x)
disp_h(x)
skew_g(x)
skew_h(x)
tail_g(x)
tail_h(x)
}
\arguments{
\item{x}{the function argument}
}
\description{
Link and inverse functions for use in stablereg
}
|