Click or drag to resize

LogisticDistribution(Double, Double) Constructor

Constructs a LogisticDistribution instance with the given location and scale.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LogisticDistribution(
	double location,
	double scale
)

Parameters

location  Double
The location of the density.
scale  Double
The scale of the density. Must be positive.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the scale is less than or equal to zero.
See Also