Community Profile

photo

nobody


Last seen: 10ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


I have a very simple markov chain and I was wondering if there is a simplified equation for times spend in each state
I have the following transition matrix of a Markov Chain. M=[p, 1-p, 0, 0, ...; p, 0, 1-p, 0, ....; p, 0, 0, 1-p .......

1年以上 前 | 2 件の回答 | 0

2

回答

質問


fill a vector (efficiently) with values specified by matrix and multiple vectors
Hi, I need to run this problem efficiently (because it will run a billion times or more) There is a fixed 2x2x2 matrix M Ea...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


finding stable point for complicated contrained function - tried ga
Hello, I have function with two variables and a few parameters: function [delta] = fun(x,par) ... %does a lot of things ...

約2年 前 | 0 件の回答 | 0

0

回答

質問


transforming a 2-dim array integers to 3-dim array of logical which are true for the corresponding number - without using a loop
Hello, I would like to take an 2-dim array like IND=[4 3 2; 1 2 3]; and create a 3-dim of logicals like ...

5年以上 前 | 1 件の回答 | 0

1

回答