random1

gaussdev1


The gaussdev1 function returns one random number following a Gaussian probability density function, a value known as a "Gaussian Deviate". The related gaussdev function creates a table of Gaussian Deviates.

Syntax

n = gaussdev1()

n = gaussdev1( nStdDev )

n = gaussdev1( nStdDev, nMean )

bullet.gif    nStdDev is the standard deviation. If omitted, it is set to 1.0.

bullet.gif    nMean is the mean value. If omitted, it is set to 0.0.

bullet.gif    The Gaussian Deviate is returned as a number.

Related Topics

gaussdev

random1

random

CStats class

 

 

 


Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.