CapeTools Statistical Random Process Objects
http://www.QuantTools.com
In total there are 16 functions present within the CapeTools Statistical Random Process Objects category of functions.
General Description
Functions to create Statistical Random Process Object given a Statistical Distribution object. A Statistical Random Process Object generates random numbers. It is important to note that once the object has been created, you set the Reload flag parameter to zero (0). This will prevent the object from being re-created.
Function list.
- PGBernoulliDistribution - Creates a Process generator (to generate random numbers) based on the Bernoulli distribution object.
- PGBinomialDistribution - Creates a Process generator (to generate random numbers) based on the Binomial distribution object.
- PGCConstantDistribution - Creates a Process generator (to generate random numbers) based on the Continuous Constant distribution object.
- PGCUniformDistribution - Creates a Process generator (to generate random numbers) based on the Continuous Uniform distribution object.
- PGChisqDistribution - Creates a Process generator (to generate random numbers) based on the Chisq distribution object.
- PGDConstantDistribution - Creates a Process generator (to generate random numbers) based on the Discrete Constant distribution object.
- PGDUniformDistribution - Creates a Process generator (to generate random numbers) based on the Discrete Uniform distribution object.
- PGExponentialDistribution - Creates a Process generator (to generate random numbers) based on the Exponential distribution object.
- PGFDistribution - Creates a Process generator (to generate random numbers) based on the F distribution object.
- PGHypergDistribution - Creates a Process generator (to generate random numbers) based on the Hyperg distribution object.
- PGLognorDistribution - Creates a Process generator (to generate random numbers) based on the LogNormal distribution object.
- PGNormalDistribution - Creates a Process generator (to generate random numbers) based on the Normal distribution object.
- PGPoissonDistribution - Creates a Process generator (to generate random numbers) based on the Poisson distribution object.
- PGRayleighDistribution - Creates a Process generator (to generate random numbers) based on the Rayleigh distribution object.
- PGStudentTDist - Creates a Process generator (to generate random numbers) based on the Student T distribution object.
- PGWeibullDistribution - Creates a Process generator (to generate random numbers) based on the Weibull distribution object.
Copyright (c) 2003-2007 CapeTools - All Rights Reserved.