Contents Previous Next


LowerBoundValue Property (BDKInput Object)

Description

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

Syntax

object.LowerBoundValue

Arguments

None.

Return Value

(Double) – the fixed lower bound.

Example

'Fixed Lower bound of 100
InputObj.LowerBoundType = BDKBoundTypeFixed
InputObj.LowerBoundValue = 100