WebCab Probability and Statistics Web Services for Delphi v3.6

RandomVariables.RemoveRandomVariable Method 

Removes a random variable from the table of random variables which have been set.

public void RemoveRandomVariable(
   int index
);

Parameters

index
The index of the position of the random variable within the table of random variables which is to be removed.

Remarks

More precisely this method removes the indexth random variable within the table of random variables within the table set.

Remark: If a random variable is deleted mistakenly then you may restore it to the table of random variables using one of the methods AddRandomVariable or InsertRandomVariable.

See Also

RandomVariables Class | DiscreteProbability Namespace