Re: multivariate student t distribution pdf in matlab?



On Feb 24, 10:56 am, Peter Perkins
<Peter.PerkinsRemoveT...@xxxxxxxxxxxxx> wrote:
per wrote:
i am trying to evaluate the pdf for various points that are
distributed according to a multivariate Student t distribution. all
the stat texts tell me that the multivariate t distribution pdf takes
three parameters: a mean mu and a correlation matrix C, and a degrees-
of-freedom parameter (and the point to evaluate the pdf on obviously.)

the 'mvtpdf' function in matlab takes only two arguments: a degrees-of-
freedom parameter and a correlation matrix C. what happened to the mu
(mean) parameter? is there a way to evaluate this pdf in matlab
according to the parametrization i have above?

Strictly speaking, the multivariate t has two parameters, but it's often the case that people add scale and location to that, and a simple transformation does the trick.  It's easy to compute the PDF for such a thing by unscaling and unshifting your data, then using MVTPDF and the usual rules for the PDF of a transformed variable.

Hope this helps.

hi Peter,
can you please say more about the transformation? i'm not sure i am
following. what kind of transformation of the data would make it so i
don't have to give the location (mu) parameter, but just the
covariance matrix/correlation matrix (parameter C)?
.



Relevant Pages

  • Re: multivariate student t distribution pdf in matlab?
    ... distributed according to a multivariate Student t distribution. ... of-freedom parameter (and the point to evaluate the pdf on obviously.) ... the 'mvtpdf' function in matlab takes only two arguments: ...
    (comp.soft-sys.matlab)
  • multivariate student t distribution pdf in matlab?
    ... distributed according to a multivariate Student t distribution. ... the stat texts tell me that the multivariate t distribution pdf takes ... the 'mvtpdf' function in matlab takes only two arguments: ...
    (comp.soft-sys.matlab)
  • Re: Statistical Indep and Corr of Normal RVs
    ... yet their joint pdf is not a bivariate normal pdf. ... The counter-example you gave sounds like the one I saw before. ... small quasi-hemispherical "ice cream scoop" of probability density at, ... probability-density distribution onto the x and y axes will still be ...
    (sci.stat.edu)
  • Re: can (how do) I use Bayesian inference for this problem
    ... function of the combined total of these marks. ... For any given exercise there is of the order of 150 ... distribution tends to gravitate towards one particular 'bin', ... rather than a multiplicative pdf. ...
    (sci.stat.math)
  • Re: approximate a pdf function with exponential distribution
    ... Yan ZHANG wrote: ... I am hoping to approximate this pdf ... Since this is a 1-parameter distribution you can't fit both the ...
    (sci.math)

Loading