Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
go ahead... be a heretic
 
PerlMonks  

Re^2: recursive formula.

by BioGeek (Hermit)
on Aug 05, 2004 at 11:37 UTC ( [id://380295]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: recursive formula.
in thread recursive formula.

Your results look sound to me.

The above formula is used in extreme value statistics, where outliers are important. You wouldn't catch this when you just take the mean of the values:

M() = mean

M(0.11, 0.07, 0.19) = 0.12 M(0.43, 0.31, 0.37) = 0.37 M(0.93, 0.78, 0.82) = 0.84 M(0.91, 0.12, 0.15) = 0.39 M(0.52, 0.18, 0.32) = 0.34
Now, with our formula: all low scores, also give a low P-value:
P(0.11, 0.07, 0.19) = 0.001595and
P(0.52, 0.18, 0.32) = 0.010192
all high scores give a high P-value:
P(0.93, 0.78, 0.82) = 0.548235
both as expected. But now: low scores with a high outlier are also important for us,
and indeed it also gives a high P-value:
P(0.91, 0.12, 0.15) = 0.439894
Only for P(0.43, 0.31, 0.37) = 0.046225 I would intitutivly have tougth of a lower value,
but it's probably correct.

Thanks for the effort you put into it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380295]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.