Description Gets the values of a Diffuse Binomial Scatter model.
Syntax GetDiffuseBinomial id, data, coefs
Parameters id As Long Identifier of the scatter model.
data As T_DIFFUSEBINOMIAL Structure containing the basic data for the Diffuse Binomial.
coefs() As Double Array returning the coefficients of the binomial summation (stored in the order in which they appear in the summation).
Remarks This subroutine gets the values of a Diffuse Binomial Scatter model. If there is a problem, the subroutine sets an error and returns without modifying the parameters. See T_DIFFUSEBINOMIAL for the mathematical form of the scatter function.
See Also Examples
|