add caveats to differentiate between wishrnd() and iwishrnd()
This commit is contained in:
@@ -16129,6 +16129,10 @@ Generate a random matrix sampled from the Wishart distribution with parameters <
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<b>Caveat:</b> for the inverse (inverted) Wishart distribution, use <a href="#iwishrnd">iwishrnd()</a>
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
Examples:
|
||||
<ul>
|
||||
<pre>
|
||||
@@ -16169,7 +16173,7 @@ See also:
|
||||
<b>iwishrnd( W, T, df, Dinv )</b>
|
||||
<ul>
|
||||
<li>
|
||||
Generate a random matrix sampled from the inverse Wishart distribution with parameters <i>T</i> and <i>df</i>:
|
||||
Generate a random matrix sampled from the <b>inverse</b> Wishart distribution with parameters <i>T</i> and <i>df</i>:
|
||||
<ul>
|
||||
<li><i>T</i> is a symmetric positive definite matrix</li>
|
||||
<li><i>df</i> is a scalar specifying the degrees of freedom; it can be a non-integer value</li>
|
||||
@@ -16189,6 +16193,10 @@ Generate a random matrix sampled from the inverse Wishart distribution with para
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
<b>Caveat:</b> for the plain (non-inverse) Wishart distribution, use <a href="#wishrnd">wishrnd()</a>
|
||||
</li>
|
||||
<br>
|
||||
<li>
|
||||
Examples:
|
||||
<ul>
|
||||
<pre>
|
||||
|
||||
Reference in New Issue
Block a user