RandomNumberGenerator.LogisticDistribution(Variable, Variable) Method

Top 

Description

Returns a random number based on a probability distribution of a random variable whose cumulative distribution function is the logistic function.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

RandomNumberGenerator.LogisticDistribution(

Variable location,


Variable scale)

 

 

Arguments

location


Description:

The location of the distribution.

 

 

scale


Description:

The scale of the distribution.

Valid Range:

scale ≥ 0

 

 

 

Return Value

Type:

number

 

 

The number generated by the random number generator.

 

Syntax

myVariable1 = myRandomNumberGenerator1.LogisticDistribution(myVariable2, myVariable3);

 

 

See also

RandomNumberGenerator Object