필터 지우기
필터 지우기

A good way to test uniform random number

조회 수: 2 (최근 30일)
Damiano Capocci
Damiano Capocci 2018년 3월 22일
댓글: Damiano Capocci 2018년 3월 22일
Hi, i have got some generators i need to test. These produce uniform random numbers. I found only corrcoef() and runstest() are related to a uniform distribution, the others (like Kolmogorov Smirnov, chisquared etc) test the normality of a distribution of numbers. A possibility may be to convert uniformly distribuited numbers to normal distr numbers (there is erfinv function) so i can use the other tests. Any idea?

답변 (1개)

James Tursa
James Tursa 2018년 3월 22일
Not sure what the real goal is here. There are lots of uniform random number generator tests that you can use, and you will get lots of hits with a simple web search. Here is one of them:
  댓글 수: 3
James Tursa
James Tursa 2018년 3월 22일
I wasn't trying to imply anything about you ... I just wasn't sure what you were asking. So you want to know what are all of the uniform (or normal etc) random number generator test routines supplied with MATLAB? I.e., you want to know what MATLAB already has, not what you can write with MATLAB?
Damiano Capocci
Damiano Capocci 2018년 3월 22일
yes :)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by