Contents Previous Next


Default Method (BDKDistribution Object)

Description

Sets the distribution object to the "default" set of parameters for the distribution type specified.

Syntax

object.Default(distType as BDKDistributionType)

Arguments

distType (Required BDKDistributionType) – the type of distribution (e.g. Normal, Lognormal, etc).

Return Value

None.

Example

'Set dist to the default Normal distribution
Dim dist as New BDKDistribution
dist.Default(BDKDistTypeNormal)