Search Results for

    Show / Hide Table of Contents

    Class RandomVariable

    Inheritance
    Object
    RandomVariable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    [Obsolete("This class has no references, marked for deletion")]
    public class RandomVariable

    Constructors

    | Improve this Doc View Source

    RandomVariable()

    Initializes a new instance of the RandomVariable class. CONSTRUCTOR.

    Declaration
    public RandomVariable()
    | Improve this Doc View Source

    RandomVariable(Double, Double)

    Initializes a new instance of the RandomVariable class. CONSTRUCTOR.

    Declaration
    public RandomVariable(double mean, double SD)
    Parameters
    Type Name Description
    Double mean
    Double SD
    | Improve this Doc View Source

    RandomVariable(Double, Double, Int32)

    Declaration
    public RandomVariable(double mean, double SD, int seed)
    Parameters
    Type Name Description
    Double mean
    Double SD
    Int32 seed

    Methods

    | Improve this Doc View Source

    getMean()

    Declaration
    public double getMean()
    Returns
    Type Description
    Double
    | Improve this Doc View Source

    getSD()

    Declaration
    public double getSD()
    Returns
    Type Description
    Double
    | Improve this Doc View Source

    setMean(Double)

    Declaration
    public void setMean(double mean)
    Parameters
    Type Name Description
    Double mean
    | Improve this Doc View Source

    setSD(Double)

    Declaration
    public void setSD(double sd)
    Parameters
    Type Name Description
    Double sd

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top