Class TriangularDistribution
Class NormalDistribution
Inheritance
System.Object
TriangularDistribution
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Mathematics.Statistics
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
[Serializable]
public class TriangularDistribution : IDistribution
Remarks
Constructors
TriangularDistribution()
Declaration
public TriangularDistribution()
Properties
Base
Declaration
[PropertyOrder(4)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public Environment.UnitConversion Base { get; set; }
Property Value
Type | Description |
---|---|
Environment.UnitConversion |
Maximum
Declaration
[PropertyOrder(0)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Declaration
[PropertyOrder(0)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Mode
Declaration
[PropertyOrder(1)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public double Mode { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Next
Declaration
[Browsable(false)]
public double Next { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Copy()
Declaration
public TriangularDistribution Copy()
Returns
Type | Description |
---|---|
TriangularDistribution |
Dispose()
Declaration
public void Dispose()
DynamicPropertyRunning(PropertyAttributes)
Declaration
public void DynamicPropertyRunning(PropertyAttributes attributes)
Parameters
Type | Name | Description |
---|---|---|
PropertyAttributes | attributes |
Reset()
Declaration
public void Reset()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Events
OnPropertiesChanged
Declaration
public event TriangularDistribution.PropertiesChangedEvent OnPropertiesChanged
Event Type
Type | Description |
---|---|
TriangularDistribution.PropertiesChangedEvent |