Considers the definition, evaluation and study of random variables.
For a list of all members of this type, see RandomVariables Members.
System.Object
RandomVariables
Recall that a (discrete) random variable assigns to a finite number of values corresponding to experiments a value. The nature of the assigned value will depend on nature of the experiments which the random variable described.
An example of a random variable could correspond to the days of a given working week (i.e. 1, 2,...,5) and the number of minutes a daily commute to work took. For example,
The random variable denoted by f, for this experiment would correspond to:
f(1) = 28 f(2) = 30 f(3) = 26 f(4) = 32 f(5) = 30 It is important to point out that a random variable is a numerical description of an experiment, and therefore in the above example we have made the following associations:
The fact that random variables are numerical descriptions of experiments allows us to apply numerical techniques in order to study the associated experiments. Clearly different experiments will be represented by differing random variables, however it is also the case that the same experiment can justifiably be represented by two different random variables. However, the way in which the random variable describes the experiment will effect the interpretation and even applicability of the numerical techniques (for example, the evaluation of the mean, variance and rho statistic).
In order to apply the stateful XML Web service to the study of random variables you will first need to set the random variables within the internal table. The internal table of random variables is in fact an order list of random variables which allows to add, remove and study a given element according to its location in the list. The table of random variables may be set using one or more of the following:
ith position within the random variable table.
Note: If one of the random variables is either incorrectly set or is no longer in use then it can be removed from the table using RemoveRandomVariable.
Once the random variables have been set within the internal table we are able to applied one the of the following business methods in order to studied the properties of the random variables set. The business methods available are:
Namespace: DiscreteProbability
Assembly: WebCab.DelphiWebServices.Statistics (in WebCab.DelphiWebServices.Statistics.dll)
RandomVariables Members | DiscreteProbability Namespace