Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Linear Algebra > Markov Matrices > genmarkov

genmarkov

再帰的および一時的なクラスを有するランダムなマルコフ行列を生成する

呼び出し手順

M=genmarkov(rec,tr)

M=genmarkov(rec,tr,flag)

引数

rec

整数行ベクトル (次元は再帰的クラスの数).

tr

整数 (一時的な状態量の数)

M

実数のマルコフ行列. 1に追加する各行のエントリの合計.

flag

文字列 'perm'. 指定した場合, 状態量のランダムな置換が行われます.

説明

それぞれrec(1),...rec($)個のエントリを有する size(rec,1)個の再帰的なクラスとtr個の一時的な状態量を有する ランダムなマルコフ推移確率行列をMに返します.

//P has two recurrent classes (with 2 and 1 states) 2 transient states
P=genmarkov([2,1],2,'perm')
[perm,rec,tr,indsRec,indsT]=classmarkov(P);
P(perm,perm)

参照

  • classmarkov — マルコフ行列の再帰的かつ一時的なクラス
  • eigenmarkov — 正規化された左および右マルコフ固有ベクトル
Report an issue
<< eigenmarkov Markov Matrices Matrix Analysis >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 13:58:22 CEST 2014