Show / Hide Table of Contents

Class NormalDistribution

Inheritance
System.Object
NormalDistribution
Implements
IDistribution
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 NormalDistribution : IDistribution

Constructors

NormalDistribution()

Declaration
public NormalDistribution()

Properties

Base

Declaration
[PropertyOrder(4)]
[PropertyAttributesProvider("DynamicPropertyRunning")]
public Environment.UnitConversion Base { get; set; }
Property Value
Type Description
Environment.UnitConversion

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
Type Description
NormalDistribution

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 NormalDistribution.PropertiesChangedEvent OnPropertiesChanged
Event Type
Type Description
NormalDistribution.PropertiesChangedEvent

Implements

IDistribution
Back to top Generated by DocFX