Class NormalDistribution
Inheritance
System.Object
NormalDistribution
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()
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
[Serializable]
public class NormalDistribution : IDistribution
Constructors
NormalDistribution()
Declaration
public NormalDistribution()
Properties
Base
Declaration
[PropertyOrder(4)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public Environment.UnitConversion Base { get; set; }
Property Value
Max
Declaration
[PropertyOrder(3)]
[Browsable(false)]
public double Max { get; set; }
Property Value
Type |
Description |
System.Double |
|
Min
Declaration
[PropertyOrder(2)]
[Browsable(false)]
public double Min { get; set; }
Property Value
Type |
Description |
System.Double |
|
Mu
Declaration
[PropertyOrder(0)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public double Mu { get; set; }
Property Value
Type |
Description |
System.Double |
|
MuBase
Declaration
[Browsable(false)]
public double MuBase { get; }
Property Value
Type |
Description |
System.Double |
|
Next
Declaration
[Browsable(false)]
public double Next { get; }
Property Value
Type |
Description |
System.Double |
|
Sigma
Declaration
[PropertyOrder(1)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public double Sigma { get; set; }
Property Value
Type |
Description |
System.Double |
|
SigmaBase
Declaration
[Browsable(false)]
public double SigmaBase { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
Copy()
Declaration
public NormalDistribution Copy()
Returns
Dispose()
Declaration
DynamicPropertyRunning(PropertyAttributes)
Declaration
public void DynamicPropertyRunning(PropertyAttributes attributes)
Parameters
Reset()
Declaration
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Events
OnPropertiesChanged
Declaration
public event NormalDistribution.PropertiesChangedEvent OnPropertiesChanged
Event Type
Implements