Why do I receive different results when using the IWISHRND function in Statistics Toolbox 5.0.2 (R14SP2) and 5.1 (R14SP3)?

1 view (last 30 days)
The IWISHRND function seem to have changed between Statistics Toolbox 5.0.2 (R14SP2) and 5.1 (R14SP3). If you look at the implementation of IWISHRND:
type iwishrnd
You will see this line in R14SP2:
di = d\eye(size(d))
And in R14SP3:
di = d' \eye(size(d))

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
There was an error in the way the IWISHRND function was implemented in the Statistics Toolbox 5.0.2 (R14SP2). This was corrected in Statistics Toolbox 5.1 (R14SP3).
The documentation for IWISHRND within Statistics Toolbox 5.1 (R14SP3) is misleading as well. DI should not be called 'the Cholesky factor of inverse of SIGMA'. In fact, DI is the transpose of inverse of the Cholesky factor of SIGMA.

More Answers (0)

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!