WebCab Probability and Statistics for .NET v3.3 Demo

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 (int, double[], double[]).

See Also

RandomVariables Class | WebCab.Libraries.Statistics.DiscretePrb Namespace