Click or drag to resize
Accord.NET (logo)

SkewNormalDistribution Constructor

Overload List
  NameDescription
Public methodSkewNormalDistribution
Constructs a Skew normal distribution with zero location, unit scale and zero shape.
Public methodSkewNormalDistribution(Double)
Constructs a Skew normal distribution with given location, unit scale and zero skewness.
Public methodSkewNormalDistribution(Double, Double)
Constructs a Skew normal distribution with given location and scale and zero skewness.
Public methodSkewNormalDistribution(Double, Double, Double)
Constructs a Skew normal distribution with given mean and standard deviation.
Top
See Also