Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplace approximate M values with analyically obtained ones #9
Comments
|
These values look fine to me, they should be whole numbers under the |
|
I sampled a vector |
|
That's one way to do it without the MGF. I just verified your moments using
This is what I was referring to before when computing the expected values beforehand for |
|
A-ha, simple but effective. Didn't think of this myself. I'll work the analytical forms out this week. |
|
Turns out I got most correct. Only |
I'm following the notation of Woods & Lin (2009). M matrix is defined in page 105.
Right now this matrix is filled with approximate values. I think can obtain the exact values using moment generating functions and a bit of manual labor.