WebCab Probability and Statistics for COM v3.3 Demo

Probability.GetSetOfProbability Method 

Returns the reference numbers used for a set of events upon which the probability measure has been set using SetProbability or SetProbability.

public int[] GetSetOfProbability();

Remarks

Example

If we set the events identified by the integers: 1, 2, 3 or 4; probabilities using one of the set methods SetProbability or SetProbability. Then this method when called will return an array containing the doubles by which the events are identified which in this case is: {1, 2, 3, 4}.

See Also

Probability Class | WebCab.COM.Statistics.DiscretePrb Namespace | SetProbability | SetProbability | Gets the probabilities of the different events taking place.