CB.GetLockFitParm

This function returns a different value depending on the parameter(s) passed to the call:

CB.GetLockFitParm has the parameters shown in Table 127.

Table 127. CB.GetLockFitParm Parameters

Parameter

VBA Data Type

Value

Description

Dist

Integer

Distribution name constants as listed in Table 53. Valid distributions are: gamma, lognormal, Student’s t, Weibull, binomial, and hypergeometric.

Indicates the distribution for locked parameter information

ParameterIndex (Optional)

Integer

See Table 53. Valid distribution and parameter combinations are:

  • Gamma distribution — Location, Shape parameters

  • Lognormal distribution — Location parameter

  • Student's t distribution — Degrees of Freedom parameter

  • Weibull distribution — Location, Shape parameters

  • Binomial distribution — Trials parameter

  • Hypergeometric distribution — Trials parameter

Returns the locked value setting for the specified distribution/parameter combination. If the value has been cleared or the combination is not valid, cbParmUndefined is returned.