Click or drag to resize
Accord.NET (logo)

SkewNormalDistribution Constructor (Double, Double, Double)

Constructs a Skew normal distribution with given mean and standard deviation.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public SkewNormalDistribution(
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double location,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double scale,
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double shape
)
Request Example View Source

Parameters

location
Type: SystemDouble
The distribution's location value ξ (ksi).
scale
Type: SystemDouble
The distribution's scale value ω (omega).
shape
Type: SystemDouble
The distribution's shape value α (alpha).
See Also