randLogistic
语法
randLogistic(mean, s, count)
参数
mean Logistic 分布的均值。
s 是Logistic 分布的尺度参数。
count 是正整数,表示生成的随机数个数。
详情
生成指定个数的 Logistic 分布随机数。
例子
randLogistic(2.31, 0.671, 2);
# output
[2.465462, 2.577171]
randLogistic(mean, s, count)
mean Logistic 分布的均值。
s 是Logistic 分布的尺度参数。
count 是正整数,表示生成的随机数个数。
生成指定个数的 Logistic 分布随机数。
randLogistic(2.31, 0.671, 2);
# output
[2.465462, 2.577171]