Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»
Statistical functions for masked arrays (
scipy.stats.mstats
)
»
scipy.stats.mstats.f_value_wilks_lambda
¶
scipy.stats.mstats.
f_value_wilks_lambda
(
ER
,
EF
,
dfnum
,
dfden
,
a
,
b
)
¶
Calculation of Wilks lambda F-statistic for multivarite data, per Maxwell & Delaney p.657.
Previous topic
scipy.stats.mstats.f_oneway
Next topic
scipy.stats.mstats.find_repeats
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»
Statistical functions for masked arrays (
scipy.stats.mstats
)
»