This commit is contained in:
Gilles 2016-05-16 19:01:06 +02:00
parent 4a31885cc0
commit 2f8ddc3985
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public interface MultivariateRealDistribution {
/**
* Gets the number of random variables of the distribution.
* It is the size of the array returned by the {@link #sample() sample}
* It is the size of the array returned by the {@link Sampler#sample() sample}
* method.
*
* @return the number of variables.