up Inquisit Language Reference

randGamma function

Generates a random number from a gamma distribution with a given shape and scale.

Member of

<global>

Syntax

randGamma(alpha, beta)

Return Type

number

Parameters

Name Type Description
alpha number The shape of the distribution.
beta number The scale of the distribution.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.