This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: T-Student question


On Tue, 29 Apr 2003, I wrote:

>   sqrt(nu * (1 / f(2*(1-p), nu/2, 0.5) - 1))

but meant:

    sqrt(nu * (1 / f(nu/2, 0.5; 2*(1-p)) - 1))

(as I can never decide where the additional argument of the incomplete
Beta function should go).  Also, for p < 0.5 you'll have to use
symmetry.

- martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]