|
TrapezoidalDistribution Constructor (Double, Double, Double, Double)
|
Creates a new trapezoidal distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TrapezoidalDistribution(
[RealAttribute(-1.79769313486232E+308, 1E+300)][DefaultValueAttribute(0)] double a,
[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)][DefaultValueAttribute(1)] double b,
[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)][DefaultValueAttribute(2)] double c,
[RealAttribute(1E-300, 1.79769313486232E+308)][DefaultValueAttribute(3)] double d
)
Public Sub New (
<RealAttribute(-1.79769313486232E+308, 1E+300)><DefaultValueAttribute(0)> a As Double,
<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)><DefaultValueAttribute(1)> b As Double,
<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)><DefaultValueAttribute(2)> c As Double,
<RealAttribute(1E-300, 1.79769313486232E+308)><DefaultValueAttribute(3)> d As Double
)
Request Example
View SourceParameters
- a
- Type: SystemDouble
The minimum value a. - b
- Type: SystemDouble
The beginning of the stability region b. - c
- Type: SystemDouble
The end of the stability region c. - d
- Type: SystemDouble
The maximum value d.
See Also