R.DSNORM

R.DSNORM probability density function of the skew-normal distribution

Synopsis

R.DSNORM(x,shape,location,scale,give_log)

Arguments

x: observation

shape: the shape parameter of the distribution

location: the location parameter of the distribution

scale: the scale parameter of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the skew-normal distribution.

See also

R.PSNORM, R.QSNORM.