R 中的排队和库存模型
我计划为农业经济学本科生开设运筹学和 R 建模课程。 R中有没有一个包可以帮助解决这些问题?
I am planning of offering a course in Operations Research and Modelling in R to undergraduate students of agricultural economics. Is there a package in R that can help in solving these problems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于基本的马尔可夫排队系统,您可以尝试“queueing”包。
For basic Markovian queueing systems you can try the package "queueing".
一个很好的地方可以找到最新的、带注释的 R 包集合
有 专门用于优化和数学编程的页面
看起来这应该适合您的需求出色地。
There's a great place to find up-to-date, annotated collections of R packages
There's a page dedicated to Optimization and Mathematical Programming
Looks like this should fit your needs well.