Click or drag to resize
Accord.NET (logo)

UniformContinuousDistribution Constructor (Double, Double)

Creates a new uniform distribution defined in the interval [a;b].

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public UniformContinuousDistribution(
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)][DefaultValueAttribute(0)] double a,
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)][DefaultValueAttribute(1)] double b
)
Request Example View Source

Parameters

a
Type: SystemDouble
The starting number a.
b
Type: SystemDouble
The ending number b.
See Also