Wolfram言語とWolframノートブックの決定的な経験
オリジナルの技術計算環境
複雑なシステムのマルチドメインモデリングおよびシミュレーション
その他のモバイルアプリ
シンボリック計算,データに基づく洞察,深い技術的専門知識を組み合せて,AI時代のソリューションをお届けします
Wolfram Consulting
その他のWolframソリューション
教育のためのその他のソリューション
計算,科学,生活,その他のコース
学び,問題を解決し,アイディアを共有
Wolframのニュース,視点,洞察
リソース
WolframConsulting.com
RandomFunctionを使って任意の確率過程のシミュレーションを行う.
RandomFunction[BinomialProcess[1 / 3], {0, 50}]
ListPlot[%, Filling -> Axis]
RandomFunction[ARProcess[{0.7}, 1], {0, 50}]
ListPlot[RandomFunction[ARProcess[{0.7}, 1], {0, 50}], Filling -> Axis, AxesOrigin -> {0, 0}]
RandomFunction[PoissonProcess[1], {0, 10}]
ListLinePlot[%, Filling -> Axis, InterpolationOrder -> 0]
RandomFunction[WienerProcess[], {0, 10, 0.1}]
ListLinePlot[RandomFunction[WienerProcess[], {0, 10, 0.1}], Filling -> Axis, AxesOrigin -> {0, 0}]