photo

Emmanuel


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
172,648
of 300,176

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,884

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,643

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Labelling Edges with Biograph
Hi all, I am trying to make labels on every edge that I have in the biograph but they are not showing up. what is the proper ...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
HMM with 41 states error occurs
clear res fid = fopen('pokertjba.txt'); line1 = fgetl(fid); res{1}=line1; while ischar(line1) line1 = fgetl(fid...

12 years 前 | 0

提问


HMM with 41 states error occurs
I am getting this error when I added the 41th state into my HMM model: Attempted to access tr(39,0); index must be a positive...

12 years 前 | 2 个回答 | 0

2

个回答

提问


NAN problem in HMM
Hi, I have 40 states in the transition matrix and 40 emissions which represents 1 for each state. When it comes to in...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Convert each cell to numeric
Hi all, I have this kind of code: seq1 = [1,3,2,3,2,3,1,3]; seq2 = [3,3]; seq3 = [1,2,2,2,2,2,2,2]; seq4 = [1,2...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Subscript indices must either be real positive integers or logicals and other error.
Hi, I want to read through both matrixes seq and seq2 but gives me two errors. Here is the code: tr = [0.95,0.05; ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Gettting data from textfile
Hi, I have this data: seq1 = [1,3,2,3,2,3,1,3]; seq2 = [3,3]; seq3 = [1,2,2,2,2,2,2,2]; seq4 = [1,2,1,1,2,2,1,2...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Read data from textfile to use hmmtrain
Hi. I wish to use hmmtrain in order to get transition and observation probabiliites (Baum Welch algorithm). Since I have all ...

12 years 前 | 1 个回答 | 0

1

个回答