WebCab Probability and Statistics Web Services for .NET v3.3 Demo

RandomVariables Members

RandomVariables overview

Public Instance Constructors

RandomVariables Constructor Creates a new RandomVariable XML Web service proxy instance.

Public Instance Methods

AddRandomVariable Sets a (discrete) random variable to the internal table of random variables.
CumDistFunct Calculates the cumulative distribution function at a given evaluation point of a random variable within the table of random variables set.
DistributionFunctionUsingFunction 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.
ExpectedValueStateful Calculates the expected value of a random variable within the table of random variables set.
ExpValue Evaluate the expected value of a random variable which is provided to the method directly rather than set within the internal table.
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.
Variance Calculates the variance of a random variable selected from the table of random variables which has been set.
VarianceOfFunction Calculates the variance of a random variable which measures the degree to which the values of the random variable deviate from its mean.

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 | DiscreteProbability Namespace