WebCab Probability and Statistics for .NET 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 (int[], double[]) 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.Libraries.Statistics.DiscretePrb Namespace | Sets the probability measure when the frequency of each event is known. | Sets the probability measure when the frequency of each event is known. | Gets the probabilities of the different events taking place.