Click or drag to resize
Accord.NET (logo)

PowerLognormalDistribution Constructor

Constructs a Power Lognormal distribution with the given power and shape parameters.

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

Parameters

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