Click or drag to resize

BetaDistribution Fields

The BetaDistribution type exposes the following members.

Fields
 NameDescription
Protected field_alpha Fields for internal use
Protected field_beta Fields for internal use
Protected fielda Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldalgorithmBB Indicates whether the BB acceptance-rejection algorithm is used.
Protected fieldb Internal cached constants used by the beta-distribution sampling algorithms.
Protected fielddelta Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldgamma Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldgenerator Stores a Generator object that can be used as the underlying random number generator.
(Inherited from Distribution)
Protected fieldhlpalpha Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldhlpbeta Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldk1 Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldk2 Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldmaxexp Internal cached constants used by the beta-distribution sampling algorithms.
Protected fieldscale Internal cached constants used by the beta-distribution sampling algorithms.
Top
See Also