Function |
Purpose
Statement |
radialEvaluate |
Evaluates a radial
basis fit. |
radialScatteredFit |
Computes an
approximation to
scattered data in
\(R^n\) for
\(n \geq 2\)
using radial basis
functions. |
randomBeta |
Generates
pseudorandom numbers
from a beta
distribution. |
randomExponential |
Generates
pseudorandom numbers
from a standard
exponential
distribution. |
randomGamma |
Generates
pseudorandom numbers
from a standard gamma
distribution. |
randomNormal |
Generates
pseudorandom numbers
from a standard
normal distribution
using an inverse CDF
method. |
randomOption |
Selects the uniform
(0, 1) multiplicative
congruential
pseudorandom number
generator. |
randomPoisson |
Generates
pseudorandom numbers
from a Poisson
distribution. |
randomSeedGet |
Retrieves the current
value of the seed
used in the IMSL
random number
generators. |
randomSeedSet |
Initializes a random
seed for use in the
IMSL random number
generators. |
randomUniform |
Generates
pseudorandom numbers
from a uniform (0, 1)
distribution. |
ranks |
Computes the ranks,
normal scores, or
exponential scores
for a vector of
observations. |
readMps |
Reads an MPS file
containing a linear
programming problem
or a quadratic
programming problem. |
receivedMaturity |
Evaluates the amount
received for a fully
invested security. |
regression |
Fits a multiple
linear regression
model using least
squares. |