WebCab Probability and Statistics Web Services for .NET v3.3 Demo

Probability Members

Probability overview

Public Instance Constructors

Probability Constructor Creates a new Probability XML Web service proxy instance.

Public Instance Methods

ComplementaryProbability Calculates the probability for the complementary set of events.
ConditionalProbability Calculates the conditional probability which is usually denoted by A|B.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
EventProbability Applies intersection law of discrete probability to find the probability of a collection of events.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetProbability Returns an array where the k-th term corresponds to the value of the set probability measure on the k-th event.
GetProbViaParam Calculates the probability of a number of independent events occurring when the probability of each event is known.
GetSetOfProbability Returns the reference numbers used for a set of events upon which the probability measure has been set using SetProbability or SetProbability.
GetType (inherited from Object)Gets the Type of the current instance.
ProbabilityIntersection Calculates the probability of the intersection of two sets of events occurring where the two sets of events are taken from the same probability space.
ProbabilityOfIntersection Applies the intersection law to find the find the probability of intersection of two sets of events.
ProbabilityOfUnion Applies the intersection law to find the probability of the union of two sets of events.
ProbabilityUnion Calculates the probability of one of the events from two collections of events selected from the same discrete probability space taking place.
SetProbabilityWhenFrequenceGiven Sets a probability measure upon a finite set of events when the frequency of each event is known.
SetProbabilityWhenProbabilitiesGiven Sets a probability measure upon a set with a finite number of elements.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Probability Class | DiscreteProbability Namespace