You are here: Start » AVL.NET » AVL.SamplePointFromGaussian
Returns pseudorandom point drawn from multinomial gaussian distribution.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SamplePointFromGaussian ( AvlNet.Gaussian inGaussian, int inSeed, IList<double> outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inGaussian | AvlNet.Gaussian | |||
![]() | inSeed | int | <0, INF> | 5489 | Default value: 5489. |
![]() | outPoint | System.Collections.Generic.IList<double> |


