Click or drag to resize
Accord.NET (logo)

GompertzDistribution Constructor

Initializes a new instance of the GompertzDistribution class.

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

Parameters

eta
Type: SystemDouble
The shape parameter η.
b
Type: SystemDouble
The scale parameter b.
See Also