Class Distribution
Inheritance
System.Object
Distribution
Inherited Members
System.Object.ToString()
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
public abstract class Distribution
Constructors
Distribution()
Declaration
Distribution(Generator)
Declaration
protected Distribution(Generator generator)
Parameters
Properties
CanReset
Declaration
public bool CanReset { get; }
Property Value
Type |
Description |
System.Boolean |
|
Generator
Declaration
protected Generator Generator { get; set; }
Property Value
Maximum
Declaration
public abstract double Maximum { get; }
Property Value
Type |
Description |
System.Double |
|
Mean
Declaration
public abstract double Mean { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public abstract double Median { get; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Declaration
public abstract double Minimum { get; }
Property Value
Type |
Description |
System.Double |
|
Mode
Declaration
public abstract double[] Mode { get; }
Property Value
Type |
Description |
System.Double[] |
|
Variance
Declaration
public abstract double Variance { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
NextDouble()
Declaration
public abstract double NextDouble()
Returns
Type |
Description |
System.Double |
|
Reset()
Declaration
public virtual bool Reset()
Returns
Type |
Description |
System.Boolean |
|