フィルターのクリア

Is there a bug in the Hatlonset?

2 ビュー (過去 30 日間)
Manuel
Manuel 2015 年 11 月 2 日
コメント済み: Manuel 2015 年 11 月 5 日
Hello,
I am using the haltonset to generate quasi random variable, but I will get strange numbers if I am using more then 26 dimension.
e.g. q = haltonset(26,'Skip',1e3,'Leap',1e2); RandMat_Halton = net(p,100);
the 26 Dimension is not well distributed between 1 and 0. It is more clustering around 0.9 , the Sobolset works well. Is there a solution or maybe a bug in the code?
Cheers Manuel

採用された回答

Tushar Sinha
Tushar Sinha 2015 年 11 月 4 日
Hi Manuel,
The following link answers your question related to the points returned not always uniformly distributed over each of the dimensions when using "Haltonset" with 26 dimensions.
The above link mentions that:
A known rule for choosing Leap values for Halton sets is to set it to (P-1) where P is a prime number that has not been used to generate one of the dimensions, i.e. for a k-dimensional point set P would be the (k+1)th or greater prime.
I hope this helps resolve the issue you are facing.
Thanks,
Tushar
  1 件のコメント
Manuel
Manuel 2015 年 11 月 5 日
Hi Tushar
Thank you so much for your advice and helped a lot to resolve my issue. I could combine the rule with the function ( nthprime ) and now it is working perfectly!
Cheers Manuel

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by