vgCheckPars: Check Parameters of the Variance Gamma Distribution
Description
Given a putative set of parameters for the variance gamma
distribution, the functions checks if the parameters are in the
correct range, and if the set has the correct length of 4.
Usage
vgCheckPars(param, ...)
Value
A list with components:
case
Whichever of 'error' or 'normal' is
identified by the function.
errMessage
An appropriate error message if an error was found,
the empty string "" otherwise.
Arguments
param
Numeric. Putative parameter values for a Variance Gamma
distribution.