Documentation Home Page HYPERSIM Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

GAUSSIAN DISTRIBUTION – [GAUSS]
Outputs a Gaussian distribution


CATEGORY
Statistical

DESCRIPTION
Outputs a Gaussian distribution of mean “Average”, standard deviation “Standard_Deviation” in the range [x1, x2]. “Num_data” samples evenly distributed over the interval [x1, x2] are generated.


RESULT VARIABLES AND PARAMETERS

ResultGaussian distribution
Averagemean of the Gaussian distribution
Standard_deviationstandard deviation of the Gaussian distribution
x1lower interval boundary
x2upper interval boundary
Num_Datanumber of samples evenly distributed over [x1, x2] to generate


SYNTAX

res=gauss(Average,Standard_Deviation,x1,x2,Num_Data)


CHARACTERISTICS
Data type support
Double Floating point

EXAMPLE

  • No labels