WebCab Probability and Statistics for .NET v3.3 Demo

RandomVariables Members

RandomVariables overview

Public Instance Constructors

RandomVariablesOverloaded. Initializes a new instance of the RandomVariables class.

Public Instance Methods

AddRandomVariable Sets a (discrete) random variable to the internal table of random variables.
CumulativeDistFunc Calculates the cumulative distribution function at a given evaluation point of a random variable within the table of random variables set.
CumulativeProbDistFunc Calculates the cumulative probability distribution function of a random variable which is given by providing an array of integers corresponding to the possible outcomes and the number of occurrences of these outcomes during the experiment which the random variable describes.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExpectedValueOverloaded. Calculates the expected value of a random variable within the table of random variables set.
GetFunctionOfRandomVariable Retrieve the number of occurrences of the possible outcomes of the experiment described by the indexth (discrete) random variable within the table of random variables set.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetProbabilityOfRandomVariable Retrieves the values of the probability distribution associated with a (discrete) random variable within a given position within the table of random variables which have been set.
GetType (inherited from Object)Gets the Type of the current instance.
InsertRandomVariable Inserts a new (discrete) random variable into the internal random variable table at the indexth position.
ProbabilityOfEvents Evaluate the probabilities of the probability distribution associated with a random variable when the random variable is provided to the method directly rather than read from the internal table set.
RemoveRandomVariable Removes a random variable from the table of random variables which have been set.
ToString (inherited from Object)Returns a String that represents the current Object.
VarianceOverloaded. Calculates the variance of a random variable selected from the table of random variables which has been set.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

RandomVariables Class | WebCab.Libraries.Statistics.DiscretePrb Namespace