[SciPy-user] Signification of parameters

Nuttall, Brandon C bnuttall at uky.edu
Thu Sep 27 17:15:53 EDT 2007


Matthieu

I've never used the function, but...

>>> from scipy.stats import f_value_wilks_lambda
>>> help(f_value_wilks_lambda)
Help on function f_value_wilks_lambda in module scipy.stats.stats:

f_value_wilks_lambda(ER, EF, dfnum, dfden, a, b)
    Calculation of Wilks lambda F-statistic for multivarite data, per
    Maxwell & Delaney p.657.

>>>

I suggest you try the reference. You might also find additional info by looking at the Python source code.

Brandon

[cid:image001.jpg at 01C8012A.0F2498D0]
Powered by CardScan<http://www.cardscan.com>
________________________________
From: scipy-user-bounces at scipy.org [mailto:scipy-user-bounces at scipy.org] On Behalf Of Matthieu Brucher
Sent: Thursday, September 27, 2007 5:09 PM
To: SciPy Users List
Subject: Re: [SciPy-user] Signification of parameters

Can someone help ? Someone has a clue ?
2007/9/25, Matthieu Brucher <matthieu.brucher at gmail.com<mailto:matthieu.brucher at gmail.com>>:
Hi,

Does someone know the meaning of the parameters in stats.f_value_wilks_lambda(ER, EF, dfnum, dfden, a, b), especially a and b ?

Matthieu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070927/edda51f4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 17011 bytes
Desc: image001.jpg
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070927/edda51f4/attachment.jpg>


More information about the SciPy-User mailing list