Javadoc.
This commit is contained in:
parent
4a31885cc0
commit
2f8ddc3985
|
@ -43,7 +43,7 @@ public interface MultivariateRealDistribution {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the number of random variables of the distribution.
|
* 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.
|
* method.
|
||||||
*
|
*
|
||||||
* @return the number of variables.
|
* @return the number of variables.
|
||||||
|
|
Loading…
Reference in New Issue