我想通过springboot对已有的数据进行预测 预测的公式是Erlang C方程,但是springboot或者js中不存在泊松分布或者Erlang C方程的函数
1条回答 默认 最新
weixin_43466240 2022-03-08 11:55关注java 的Math.random()服从随机分布,可以自用 Math.random()进行构造。
解决 无用评论 打赏 举报
我想通过springboot对已有的数据进行预测 预测的公式是Erlang C方程,但是springboot或者js中不存在泊松分布或者Erlang C方程的函数
java 的Math.random()服从随机分布,可以自用 Math.random()进行构造。