SNorm {distrRmetrics}R Documentation

Generating function for skewed normal class

Description

Generates an object of class "SNorm".

Usage

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

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.

Value

Object of class "SNorm"

Note

This class is based on the code provided by the package fGarch by Diethelm Wuertz

Author(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

dsnorm, AbscontDistribution-class

Examples

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

[Package distrRmetrics version 2.8.2 Index]