![]() | Sets a (discrete) random variable to the internal table of random variables. |
![]() | Calculates the cumulative distribution function at a given evaluation point of a random variable within the table of random variables set. |
![]() | 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. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Calculates the expected value of a random variable within the table of random variables set. |
![]() | Evaluate the expected value of a random variable which is provided to the method directly rather than set within the internal table. |
![]() |
Retrieve the number of occurrences of the possible outcomes of the experiment described by the index th (discrete) random variable within the table of random variables set.
|
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | 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. |
![]() | Gets the Type of the current instance. |
![]() |
Inserts a new (discrete) random variable into the internal random variable table at the index th position.
|
![]() | 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. |
![]() | Removes a random variable from the table of random variables which have been set. |
![]() | Returns a String that represents the current Object. |
![]() | Calculates the variance of a random variable selected from the table of random variables which has been set. |
![]() | Calculates the variance of a random variable which measures the degree to which the values of the random variable deviate from its mean. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
RandomVariables Class | WebCab.COM.Statistics.DiscretePrb Namespace