Learn R Programming

sn (version 2.1.1)

frontier: Simulated sample from a skew-normal distribution

Description

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.

Usage

data(frontier)

Arguments

Format

A numeric vector of length 50.

Examples

Run this code
data(frontier, package="sn")
fit <- selm(frontier ~ 1)
plot(fit, which=2)
#
fit.p <- selm(frontier ~ 1, method="MPLE")
plot(fit.p, which=2)

Run the code above in your browser using DataLab