gpt4 book ai didi

f# - 在 F# 中从正态分布中绘制值

转载 作者:行者123 更新时间:2023-12-05 01:03:17 25 4
gpt4 key购买 nike

如何从 F# 中的指定正态分布中获取随机值?

我想要类似于 Python 的 x = numpy.random.normal(mean, standard_deviation) 的东西,但在 F# 中。

最佳答案

例如,您可以使用 Math.NET Numerics 库。

open MathNet.Numerics.Distributions

let normalDist = new Normal(mean, stddev)
normalDist.Sample()

关于f# - 在 F# 中从正态分布中绘制值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24930703/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com