frontier | R Documentation |
A sample simulated from the SN(0,1,5) distribution with sample coefficient of skewness inside the admissible range (-0.9952719, 0.9952719) for the skew-normal family but maximum likelihood estimate on the frontier of the parameter space.
data(frontier)
A numeric vector of length 50.
Generated by a run of rsn(50, 0, 1, 5)
.
data(frontier, package="sn")
fit <- selm(frontier ~ 1)
plot(fit, which=2)
#
fit.p <- selm(frontier ~ 1, method="MPLE")
plot(fit.p, which=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.