https://github.com/cran/fBasics
Revision ac00e3733757e14face419a377dfa956aedf2abe authored by Tobias Setz on 17 June 2022, 09:50:58 UTC, committed by cran-robot on 17 June 2022, 09:50:58 UTC
1 parent 40815ac
Raw File
Tip revision: ac00e3733757e14face419a377dfa956aedf2abe authored by Tobias Setz on 17 June 2022, 09:50:58 UTC
version 3042.89.2
Tip revision: ac00e37
dist-gldMode.Rd
\name{gldMode}

\alias{gldMode}

\title{Generalized Lambda Distribution Mode}

\description{

  Computes the mode of the generalized lambda distribution.

}

\usage{
gldMode(lambda1 = 0, lambda2 = -1, lambda3 = -1/8, lambda4 = -1/8)
}


\arguments{

  \item{lambda1, lambda2, lambda3, lambda4}{
    are numeric values where
    \code{lambda1} is the location parameter,
    \code{lambda2} is the location parameter,
    \code{lambda3} is the first shape parameter, and
    \code{lambda4} is the second shape parameter.
  }
}

\author{
  Implemented by Diethelm Wuertz
}
back to top