https://github.com/cran/sn
Raw File
Tip revision: 6e64292ff8a62f62dcd3b284b6ffb41a51df8d6d authored by Adelchi Azzalini on 15 September 2000, 00:00:00 UTC
version 0.22
Tip revision: 6e64292
frontier.Rd
\name{frontier}
\alias{frontier}
\title{Simulated sample from a skew-normal distribution}
\usage{data(frontier, package=sn)}
\description{
  A sample simulated from the SN(0,1,5) distribution having sample
  index of skewness in the admissible range (-0.9952719,0.9952719) but
  maximum likelihood estimate on the frontier of the paramer space.
}

\format{
 A vector of length 50.
}
\source{
  Generated by a run of \code{rsn(50,0,1,5)}.
}
\examples{
data(frontier)
a <- sn.2logL.profile(y=frontier)
a <- sn.2logL.profile(y=frontier, param.range=c(0.8,1.6,10,30),
        use.cp=F, npts=11)
}
\keyword{datasets}
back to top