Talk:Multivariate Student distribution
From Wikipedia, the free encyclopedia
What is p? Is it the dimension of Σ? Albmont 20:07, 6 March 2007 (UTC)
[edit] what is p
Added a comment to effect that p is the dimension Shaww 09:54, 19 April 2007 (UTC)
[edit] normalization
The bivariate student distribution density function with zero correlation is presented as
But this does not normalize nicely to 1.
- ≠1
for any n. Only for high n it seems to go to 1.
Where is the (my) mistake?
jasper (talk) 17:06, 21 January 2008 (UTC)
- A rough numerical integration with Matlab seem₫s to give an ok normalization to one:
>> p = inline('(1+(x^2+y^2)/n)^( -(n+2)/2 )/(2*pi)') >> s=0; n=2; for x=-20:0.1:20, for y=-20:0.1:20, s=s+p(n,x,y);end,end,s
Sorry, my mistake, fnielsen is right. My infinity was not big enough. Should I delete this entry in the discussion tab? jasper (talk) 16:51, 22 January 2008 (UTC)