Choosing a cut using MIttas and Angelsis

3 views
Skip to first unread message

Sai Ram Nellutla

unread,
Oct 7, 2013, 10:13:58 PM10/7/13
to cs...@googlegroups.com

Mittas and Angelsis find the cut by collecting:

  • The mean mu of all the data below the cut;
  • The mean mu0,mu1 of all the data below,above the cut.
  • Then return the cut that most divides the data.

Is mu=mu0??

Jason Hooks

unread,
Oct 7, 2013, 11:35:26 PM10/7/13
to cs...@googlegroups.com
Possibly a typo.  I think mu is the mean of all the data.  mu0 would be the mean of the first part of the data, and mu1 would be the mean of the second part.


--
You received this message because you are subscribed to the Google Groups "csx73" group.
To unsubscribe from this group and stop receiving emails from it, send an email to csx73+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Tim Menzies

unread,
Oct 7, 2013, 11:47:49 PM10/7/13
to cs...@googlegroups.com
jason is right

before the cut, we have n=n0+n1 items with mean mu

after the cut we have 

==> n0 items on LHS with mean mu0  
==> n1 items on RHS with mean mu1

expected value of LHS delta is

     lhs = n0/(n0+n1) * (mu - mu0)^2 

expected value of RHS delta   is

     rhs = n1/(n0 + n1) * (mu - mu1)^2

so find the split that generates max values for lhs+rhs

(note that dividing by (n0+n1) is optional. its a constant that effects both sides equally so it can be dropped. but i like typing n0/(n0+n1) cause that reminds me that we are talking about the probability of falling into the LHS since that is n0/(n0+n1))

t

--
:: there are some who call me...   tim.m...@gmail.com
:: prof @ cs.ai.se.csee.wvu.usa.sol.virgo.all.nil
:: +1-304-376-2859          
:: http://menzies.us      (skype = menzies.tim)

<hubris>
  vita=   http:// goo.gl/8eNhY  
  pubs=   http:// goo.gl/8KPKA
  stats=   http:// goo.gl/vggy1 
  wow =   http:// goo.gl/2Wg9A
</hubris>
Reply all
Reply to author
Forward
0 new messages