Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
乱数を格納したベクトル(y)
位置因子 a、尺度因子 beta(β>0) を持つガンベル分布の乱数を生成します。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public VectorDenseDouble GenerateGumbel( VectorDenseDouble y, double a, double beta ) |
Visual Basic |
---|
Public Function GenerateGumbel ( y As VectorDenseDouble, a As Double, beta As Double ) As VectorDenseDouble |
Visual C++ |
---|
public: VectorDenseDouble^ GenerateGumbel( VectorDenseDouble^ y, double a, double beta ) |
member GenerateGumbel : y : VectorDenseDouble * a : float * beta : float -> VectorDenseDouble |
Parameters
- y
- タイプ: Mol..::..VectorDenseDouble
生成された乱数を受け取るベクトル(全要素に乱数が格納されます)
- a
- タイプ: System..::..Double
位置因子
- beta
- タイプ: System..::..Double
尺度因子
Return Value
タイプ: VectorDenseDouble乱数を格納したベクトル(y)