Learn R Programming

distrRmetrics (version 2.8.2)

SNorm: Generating function for skewed normal class

Description

Generates an object of class "SNorm".

Usage

SNorm(mean = 0, sd = 1, xi = 1.5)

Value

Object of class "SNorm"

Arguments

mean

real number: location parameter of the SNorm distribution.

sd

positive real number: scale parameter of the SNorm distribution

xi

positive real number: shape parameter of the SSTd distribution.

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

dsnorm, AbscontDistribution-class

Examples

Run this code
(SN <- SNorm(mean = 1, sd = 1, xi = 0.5))
plot(SN)

Run the code above in your browser using DataLab