完整的 Wolfram 语言和笔记本体验
原有的技术计算环境
复杂系统的多领域建模与仿真
更多移动应用程序
我们帮助客户充分发挥计算知识与智能的潜力。
Wolfram 咨询
更多 Wolfram 解决方案
更多教育解决方案
计算机、科学、生活等方面的课程
学习、解决问题、分享想法。
来自 Wolfram 的新闻、观点和见解
资源
WolframConsulting.com
procs = {MAProcess[{.3, -.5}, 0.1], ARProcess[{.3, -.5}, .1], ARMAProcess[{-.3, .1}, {.4}, 0.1], ARIMAProcess[{-.1}, 1, {.2}, .1], SARMAProcess[{.5}, {.2}, {12, {.8}, {-.2}}, 0.1], SARIMAProcess[{.3}, 1, {.2}, {12, {.4}, 3, {.2}}, 0.1], FARIMAProcess[{}, .3, {}, 0.1], CompoundRenewalProcess[PascalDistribution[1, 1 / 3], NormalDistribution[]]};
data = RandomFunction[#, {0, 25}]& /@ procs;
Table[ListPlot[data[[i]], PlotLabel -> Head[procs[[i]]], PlotRange -> All, Filling -> Axis, FillingStyle -> RandomChoice[ColorData[45, "ColorList"]]], {i, Length[procs]}]