Click or drag to resize
Accord.NET (logo)

PowerNormalDistribution Constructor

Constructs a Power Normal distribution with given power (shape) parameter.

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

Parameters

power
Type: SystemDouble
The distribution's power p.
See Also