WebCab Probability and Statistics for .NET v3.3 Demo

WebCab.Libraries.Statistics.PDistributions Namespace

Classes

ClassDescription
BinomialProbabilityDistribution Within this class we deal with the definition and use of the Binomial Probability Distribution.
BinomialProbabilityDistributionDemoException This exception is thrown by the demo version of the BinomialProbabilityDistribution class after the number of maximum method calls has been reached.
BinomialProbabilityDistributionException This exception is thrown by the BinomialProbabilityDistribution class or by the NormalApproximationOfTheBinomialDistribution class. It occurs when the probability of a success or a failure on any trial is greater than 1 or less than 0 or when the number of elements specified is negative.
ContinuousProbabilityDistributionApproximation Within this class we offer methods which quantitatively access how well a given probability distribution approximates a given data set.
ContinuousProbabilityDistributionApproximationDemoException This exception is thrown by the demo version of the ContinuousProbabilityDistributionApproximation class after the number of maximum method calls has been reached.
DiscreteProbabilityDistributionApproximation This class provides methods to calculate the squared error for approximating this distribution by a standard discrete probability distribution.
DiscreteProbabilityDistributionApproximationDemoException This exception is thrown by the demo version of the DiscreteProbabilityDistributionApproximation class after the number of maximum method calls has been reached.
ExponentialProbabilityDistribution Within this class we deal with the definition and use of the Exponential Probability Distribution.
ExponentialProbabilityDistributionDemoException This exception is thrown by the demo version of the ExponentialProbabilityDistribution class after the number of maximum method calls has been reached.
ExponentialProbabilityDistributionException This exception is thrown by the HypergeometricProbabilityDistribution class. It occurs when the the mean is less or equal to zero or the start is less than zero.
HyperGeometricProbabilityDistribution Within this class we deal with the definition and use of the Hypergeometic Probability Distribution.
HyperGeometricProbabilityDistributionDemoException This exception is thrown by the demo version of the HyperGeometricProbabilityDistribution class after the number of maximum method calls has been reached.
HyperGeometricProbabilityDistributionException This exception is thrown by the HypergeometricProbabilityDistribution class. It occurs when the number of successes for which the class has to compute the probability is greater than the number of elements in the population labeled success or is less than 0.
LogNormalProbabilityDistribution Within this class we deal with the definition and use of the Lognormal Probability Distribution.
LogNormalProbabilityDistributionDemoException This exception is thrown by the demo version of the LogNormalProbabilityDistribution class after the number of maximum method calls has been reached.
NormalApproximationOfTheBinomialDistribution Within this class we provide methods for the approximation of the Binomial Probability Distribution by the Normal Probability Distribution.
NormalApproximationOfTheBinomialDistributionDemoException This exception is thrown by the demo version of the NormalApproximationOfTheBinomialDistribution class after the number of maximum method calls has been reached.
NormalProbabilityDistribution Within this class we deal with the definition and use of the Normal Probability Distribution.
NormalProbabilityDistributionDemoException This exception is thrown by the demo version of the NormalProbabilityDistribution class after the number of maximum method calls has been reached.
NormalProbabilityDistributionException This exception is thrown by the NormalProbabilityDistribution class when variance is equal to zero.
ParetoProbabilityDistribution With this class we deal with the definition and use of the Pareto Distribution.
ParetoProbabilityDistributionDemoException This exception is thrown by the demo version of the ParetoProbabilityDistribution class after the number of maximum method calls has been reached.
ParetoProbabilityDistributionException This exception is thrown by the ParetoProbabilityDistribution class if one of the Pareto distribution conditions of existence is not met.
PoissonApproximationOfTheBinomialDistribution Within this class we consider the Poisson probability distribution and its use as an approximation to the Binomial Distribution.
PoissonApproximationOfTheBinomialDistributionDemoException This exception is thrown by the demo version of the PoissonApproximationOfTheBinomialDistribution class after the number of maximum method calls has been reached.
PoissonProbabilityDistribution Within this class we consider the definition and use of the Poisson probability distribution.
PoissonProbabilityDistributionDemoException This exception is thrown by the demo version of the PoissonProbabilityDistribution class after the number of maximum method calls has been reached.
PoissonProbabilityDistributionException This exception is thrown by the PoissonProbabilityDistribution class when the values of the random variable x are negative.
ProbabilityDistributionApproximationException This exception is thrown if a probability distribution cannot be approximated by a standard probability distribution.
ReferencedServiceException This exception is thrown to indicate that an error occured when a class tried to access another class from this namespace.
StandardNormalProbabilityDistribution Within this class we consider the definition and use of the Standard Normal Probability distribution.
StandardNormalProbabilityDistributionDemoException This exception is thrown by the demo version of the StandardNormalProbabilityDistribution class after the number of maximum method calls has been reached.
UniformProbabilityDistribution This class considers the definition and use of the Uniform probability distribution.
UniformProbabilityDistributionDemoException This exception is thrown by the demo version of the UniformProbabilityDistribution class after the number of maximum method calls has been reached.
WeibullProbabilityDistribution Within this class we consider the definition and use of the Weibull probability distribution.
WeibullProbabilityDistributionDemoException This exception is thrown by the demo version of the WeibullProbabilityDistribution class after the number of maximum method calls has been reached.
WeibullProbabilityDistributionException This exception is thrown by the WeibullProbabilityDistribution class if either the appropriate private field have not been set or this the parameters passed are not appropriate.