Description
Returns the number of "standard" arguments used for a distribution. The "standard" arguments are all the required arguments of the distribution, excluding the optional shift factors.
Syntax
object.ArgCount
Arguments
None.
Return Value
(Integer) – the number of "standard" arguments.
Example
numArguments = dist.ArgCount