MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Moment's of student's t distribution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130283] Re: Moment's of student's t distribution
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Sun, 31 Mar 2013 03:15:51 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <20130330080656.154026A21@smc.vnet.net>

The central moments at least can be obtained easily.


CentralMoment[StudentTDistribution[m, s, n], k]


Piecewise[{{0, Inequality[0, LessEqual, k, Less, n] &&
         Mod[k, 2] == 1}, {(n^(k/2)*s^k*Pochhammer[1/2, k/2])/
         Pochhammer[-(k/2) + n/2, k/2],
       Inequality[0, LessEqual, k, Less, n] && Mod[k, 2] == 0}},
   Indeterminate]


Bob Hanlon

On Sat, Mar 30, 2013 at 4:06 AM, paul <paulvonhippel at yahoo.com> wrote:

> I'm trying to get a general formula for the moments of a non-standardized
> t distribution. When I ask for the moments in general --
>
> Moment[StudentTDistribution[\[Mu], \[Sigma], \[Nu]], k]
>
> -- Mathematica merely echoes the input. But when I plug in any integer for
> k, Mathematica gives me a simple answer quickly. How can I get Mathematica
> to tell me the general formula?
>
>


  • Prev by Date: Re: Teleprompter Code
  • Next by Date: Re: Remote kernels over SSH
  • Previous by thread: Moment's of student's t distribution
  • Next by thread: Re: Moment's of student's t distribution