what is the 'rndcheck'function?

when I use the function' gamrnd',the matlab hint'can't find the 'rndcheck''function,what is the 'rndcheck'function?

4 件のコメント

Walter Roberson
Walter Roberson 2018 年 12 月 28 日
編集済み: Stephen23 2019 年 2 月 20 日
What shows up for this command?:
which -all gamrnd
xixia33
xixia33 2019 年 2 月 20 日
未定义函数或变量 'rndcheck'。
出错 gamrnd (line 38)
[errorcode rows columns] = rndcheck(4,2,a,b,m,n);
出错 sdm_mix>invgamrnd (line 432)
tempp = gamrnd(alpha,beta,n,m);
出错 sdm_mix (line 125)
sige(:,i) = invgamrnd( (length(y_use)/2 + a(i,1)), inv(resids+inv(b(i
Stephen23
Stephen23 2019 年 2 月 20 日
編集済み: Stephen23 2019 年 2 月 20 日
@xixia33:
  1. What MATLAB version are you using?
  2. Have you made any changes to the MATLAB path?
  3. What shows up for this command?:
which -all gamrnd
xixia33
xixia33 2019 年 2 月 20 日
the version is R2016a,I don't know if I have made any changes to the path.
when I use the invgamrnd.m,shows that:can't find the 'rndcheck' function.
what is the 'rndcheck' function? where to load it?
if I add this function to the path,there may be no such hint

サインインしてコメントする。

回答 (3 件)

祯松 廖
祯松 廖 2021 年 9 月 7 日

0 投票

I have the same question. Are you have address this question?
祯松 廖
祯松 廖 2021 年 9 月 7 日
編集済み: Walter Roberson 2021 年 9 月 7 日

0 投票

I have find this rndcheck function in this website.
Walter Roberson
Walter Roberson 2021 年 9 月 7 日

0 投票

rndcheck is at the bottom of the file gamrnd in the above toolbox, part of the same file.

質問済み:

2018 年 12 月 28 日

回答済み:

2021 年 9 月 7 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by