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