Click or drag to resize

LaplaceDistribution Constructor (Double, Double)

Initializes a new Laplace distribution with the given location and scale parameters.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public LaplaceDistribution(
	double location,
	double scale
)

Parameters

location
Type: SystemDouble
The location parameter.
scale
Type: SystemDouble
The scale parameter, which must be positive.
See Also