Contents Previous Next


UpperBoundValue Property (BDKInput Object)

Description

For continuous data sets, specifies a fixed upper boundary for distributions that are to be fit. This function does not apply to discrete data sets. This property only has effect if the UpperBoundType property is set to BDKBoundTypeFixed.

Syntax

object.UpperBoundValue

Arguments

None.

Return Value

(Double) – the fixed upper bound.

Example

'Fixed Upper bound of 100
InputObj.UpperBoundType = BDKBoundTypeFixed
InputObj.UpperBoundValue = 100