|
|
| File Information |
| Description |
This m-file returns the covariance of a multinomial distribution with parameters N and P.
The Coariance is:
Covariance = -N × Pi × Pj; i,j = 1,2, ... ,k.
Covariance =
[np1(1-p1) -np1p2 ... -np1pk
-np1p2 np2(1-p2) ... -np2pk
. . . . .
. . . . .
-np1pk -np2pk ... npk(1-pk)].
It need to inputs n-number of trials, and p-vector of associated probabilities.
It Outputs the C-multinomial covariance matrix. |
| MATLAB release |
MATLAB 5.3 (R11)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 11 Jul 2006 |
Abhay Krishna
|
|
|
| Updates |
| 07 Apr 2005 |
It was added an appropriate format to cite this file. |
| 07 Apr 2005 |
Text was improved. |
|
Contact us at files@mathworks.com