Click or drag to resize
Accord.NET (logo)

SkewNormalDistribution Constructor (Double)

Constructs a Skew normal distribution with given location, unit scale and zero skewness.

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
)
Request Example View Source

Parameters

location
Type: SystemDouble
The distribution's location value ξ (ksi).
See Also