diff --git a/docs.html b/docs.html
index 0a56ee86..0948cc54 100644
--- a/docs.html
+++ b/docs.html
@@ -16129,6 +16129,10 @@ Generate a random matrix sampled from the Wishart distribution with parameters <
+Caveat: for the inverse (inverted) Wishart distribution, use iwishrnd()
+
+
+
Examples:
@@ -16169,7 +16173,7 @@ See also:
iwishrnd( W, T, df, Dinv )
-
-Generate a random matrix sampled from the inverse Wishart distribution with parameters T and df:
+Generate a random matrix sampled from the inverse Wishart distribution with parameters T and df:
- T is a symmetric positive definite matrix
- df is a scalar specifying the degrees of freedom; it can be a non-integer value
@@ -16189,6 +16193,10 @@ Generate a random matrix sampled from the inverse Wishart distribution with para
-
+Caveat: for the plain (non-inverse) Wishart distribution, use wishrnd()
+
+
+-
Examples: