wazua Wed, Jun 10, 2026
Welcome Guest Search | Active Topics | Log In

141 Pages«<8586878889>»
IEBC Official Results - Form 36 - Bomas of Kenya
Much Know
#861 Posted : Friday, March 08, 2013 6:09:18 PM
Rank: Elder

Joined: 12/6/2008
Posts: 3,587
Manyala wrote:
Much Know wrote:
Candidate Votes %
Uhuru 5159344 50.39564143
Raila 4516660 44.11800761
Madvd 369491 3.609128593
PK 62265 0.608194494
Dida 49084 0.479444608
Karua 36890 0.36033558
Kiyapi 32600 0.318431551
Muite 11345 0.110816133
Total 10237679
239 Constituencies
Time 17:35pm
Magic Number 5118839.5

10% vote not tallied

90% of tallied vote hit magic number over 50% + 1 officially hit.

With a normal distribution through the election(bell curve + or - 4 %) thorough the balance, it will e also 50+1 with the 10%remaining, (10% of 291 = 29 (or 30 contingencies remaining) is obviously 50 + 1, especially given rift and perhaps Meru is carrying the bulk of remaining distribution.

You can with a statistical certainty of 98% say even digitally, Jubilee has hit the 50 + 1 rule.

Prove me wrong

Uliza Steadman


In your previous posts you were so sure UMK had already achieved the 50% + 1, at 5 million votes. Yet to be declared winner?

Shouldn't IEBC have declared him winner, in the last conference?

Using statistical projections of two equal or unequal normal distributions, yes they should have. Forgive my poor math.

The 5 million Mark was obviously the best place to plot an intersection of this two distributions.

That is the analogue way, the digital way is something different all together, like what i have subsequently pasted up there with 0.5 people and so on.
Ras Kienyeji Man
Seq Lu
#862 Posted : Friday, March 08, 2013 6:12:38 PM
Rank: Member

Joined: 1/30/2009
Posts: 164
holycow wrote:
Laughing out loudly Laughing out loudly Laughing out loudly

Total votes cast = X
Half of X = x/2= Y
Uhurus votes =U

therefore, if U-Y is greater 1, no runoff, elseif U-Y is less than 1 or -ve, runoff.

Where X, Y and U are variables depending on IEBC figures.


a quick API to help wazua calculate this smile
package org.iebc.prezzo.votes;

import java.util.Scanner;

/**
* @author xxxx yyyy
*
*/
public class WinnerCalculator {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub

/*
* @non-javaDocs
* Prompt user to enter totalVotesCast,
* 2d prompt - UhuruVotes
*/
Scanner scan = new Scanner(System.in);
System.out.println("Enter total Votes Cast: ");
int totalCast = scan.nextInt();
System.out.println("Enter Uhuru votes: ");
int uhuruVotes = scan.nextInt();

// This sh*t returns true if second roundi :)
System.out.println("Is Second round? : " + isSeccondRound(totalCast, uhuruVotes));
// test data
// isSeccondRound(10115704, 3115704)
}

/**
* evaluate if runoff
*
* @param totalVotesCast (not null)
* @param uhuruVotes (not null)
*
* @return isSecondRound - true or false
*/
public static boolean isSeccondRound(int totalVotesCast, int uhuruVotes) {

int fifty_Percent_Plus_One = 0;

fifty_Percent_Plus_One = totalVotesCast / 2;
int _holder = uhuruVotes - fifty_Percent_Plus_One;

// conditional if
return (_holder < 1 ? true : false); // runoff if true else nope
}
}

Out put with sample data
Enter total Votes Cast:
10115704
Enter Uhuru votes:
6115704
Is Second round? : false
They keep moving the cheese

stolen from opensuse forums :)
IT'd
#863 Posted : Friday, March 08, 2013 6:15:13 PM
Rank: Member

Joined: 3/25/2010
Posts: 111
Location: Nairobi
Much Know wrote:
Between Raila and Uhuru there is an almost 700,000 vote 7% gap (twice musalia vote of 3.6%, but he does not want to concede because of a few ten thousand votes that will truly differentiate 50 + 1 ? Hii mtu?

it's 642,684 and trust me every vote matters,if we are to go by your rounding off,its a difference of 600,000.It's 100% a runoff.
nakujua
#864 Posted : Friday, March 08, 2013 6:16:50 PM
Rank: Elder

Joined: 12/17/2009
Posts: 3,583
Location: Kenya
Seq Lu wrote:
holycow wrote:
Laughing out loudly Laughing out loudly Laughing out loudly

Total votes cast = X
Half of X = x/2= Y
Uhurus votes =U

therefore, if U-Y is greater 1, no runoff, elseif U-Y is less than 1 or -ve, runoff.

Where X, Y and U are variables depending on IEBC figures.


a quick API to help wazua calculate this smile
package org.iebc.prezzo.votes;

import java.util.Scanner;

/**
* @author xxxx yyyy
*
*/
public class WinnerCalculator {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub

/*
* @non-javaDocs
* Prompt user to enter totalVotesCast,
* 2d prompt - UhuruVotes
*/
Scanner scan = new Scanner(System.in);
System.out.println("Enter total Votes Cast: ");
int totalCast = scan.nextInt();
System.out.println("Enter Uhuru votes: ");
int uhuruVotes = scan.nextInt();

// This sh*t returns true if second roundi :)
System.out.println("Is Second round? : " + isSeccondRound(totalCast, uhuruVotes));
// test data
// isSeccondRound(10115704, 3115704)
}

/**
* evaluate if runoff
*
* @param totalVotesCast (not null)
* @param uhuruVotes (not null)
*
* @return isSecondRound - true or false
*/
public static boolean isSeccondRound(int totalVotesCast, int uhuruVotes) {

int fifty_Percent_Plus_One = 0;

fifty_Percent_Plus_One = totalVotesCast / 2;
int _holder = uhuruVotes - fifty_Percent_Plus_One;

// conditional if
return (_holder < 1 ? true : false); // runoff if true else nope
}
}

Out put with sample data
Enter total Votes Cast:
10115704
Enter Uhuru votes:
6115704
Is Second round? : false


sasa hi ni lugha gani
Engine
#865 Posted : Friday, March 08, 2013 6:19:24 PM
Rank: Member

Joined: 4/26/2008
Posts: 90
Much Know wrote:
Between Raila and Uhuru there is an almost 700,000 vote 7% gap (twice musalia vote of 3.6%, but he does not want to concede because of a few ten thousand votes that will truly differentiate 50 + 1 ? Hii mtu?


Why are you not starting with Dida who is yet to concede....hater
techboy
#866 Posted : Friday, March 08, 2013 6:21:26 PM
Rank: User

Joined: 6/18/2009
Posts: 271
Seq Lu wrote:
holycow wrote:
Laughing out loudly Laughing out loudly Laughing out loudly

Total votes cast = X
Half of X = x/2= Y
Uhurus votes =U

therefore, if U-Y is greater 1, no runoff, elseif U-Y is less than 1 or -ve, runoff.

Where X, Y and U are variables depending on IEBC figures.


a quick API to help wazua calculate this smile
package org.iebc.prezzo.votes;

import java.util.Scanner;

/**
* @author xxxx yyyy
*
*/
public class WinnerCalculator {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub

/*
* @non-javaDocs
* Prompt user to enter totalVotesCast,
* 2d prompt - UhuruVotes
*/
Scanner scan = new Scanner(System.in);
System.out.println("Enter total Votes Cast: ");
int totalCast = scan.nextInt();
System.out.println("Enter Uhuru votes: ");
int uhuruVotes = scan.nextInt();

// This sh*t returns true if second roundi :)
System.out.println("Is Second round? : " + isSeccondRound(totalCast, uhuruVotes));
// test data
// isSeccondRound(10115704, 3115704)
}

/**
* evaluate if runoff
*
* @param totalVotesCast (not null)
* @param uhuruVotes (not null)
*
* @return isSecondRound - true or false
*/
public static boolean isSeccondRound(int totalVotesCast, int uhuruVotes) {

int fifty_Percent_Plus_One = 0;

fifty_Percent_Plus_One = totalVotesCast / 2;
int _holder = uhuruVotes - fifty_Percent_Plus_One;

// conditional if
return (_holder < 1 ? true : false); // runoff if true else nope
}
}

Out put with sample data
Enter total Votes Cast:
10115704
Enter Uhuru votes:
6115704
Is Second round? : false



Applause Applause Applause Applause Applause Applause Applause Applause . wow
IT'd
#867 Posted : Friday, March 08, 2013 6:28:07 PM
Rank: Member

Joined: 3/25/2010
Posts: 111
Location: Nairobi
techboy wrote:
Seq Lu wrote:
holycow wrote:
Laughing out loudly Laughing out loudly Laughing out loudly

Total votes cast = X
Half of X = x/2= Y
Uhurus votes =U

therefore, if U-Y is greater 1, no runoff, elseif U-Y is less than 1 or -ve, runoff.

Where X, Y and U are variables depending on IEBC figures.


a quick API to help wazua calculate this smile
package org.iebc.prezzo.votes;

import java.util.Scanner;

/**
* @author xxxx yyyy
*
*/
public class WinnerCalculator {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub

/*
* @non-javaDocs
* Prompt user to enter totalVotesCast,
* 2d prompt - UhuruVotes
*/
Scanner scan = new Scanner(System.in);
System.out.println("Enter total Votes Cast: ");
int totalCast = scan.nextInt();
System.out.println("Enter Uhuru votes: ");
int uhuruVotes = scan.nextInt();

// This sh*t returns true if second roundi :)
System.out.println("Is Second round? : " + isSeccondRound(totalCast, uhuruVotes));
// test data
// isSeccondRound(10115704, 3115704)
}

/**
* evaluate if runoff
*
* @param totalVotesCast (not null)
* @param uhuruVotes (not null)
*
* @return isSecondRound - true or false
*/
public static boolean isSeccondRound(int totalVotesCast, int uhuruVotes) {

int fifty_Percent_Plus_One = 0;

fifty_Percent_Plus_One = totalVotesCast / 2;
int _holder = uhuruVotes - fifty_Percent_Plus_One;

// conditional if
return (_holder < 1 ? true : false); // runoff if true else nope
}
}

Out put with sample data
Enter total Votes Cast:
10115704
Enter Uhuru votes:
6115704
Is Second round? : false



Applause Applause Applause Applause Applause Applause Applause Applause . wow

lol i hope you are commending him on at least commenting out his "code"
xyzee
#868 Posted : Friday, March 08, 2013 6:28:49 PM
Rank: Veteran

Joined: 1/9/2009
Posts: 1,262
I am surprised we are still discussing whether or not there is a round 2.

The discussion should be about what each of the 2 should be doing to ensure they get the simple majority in that round.

we'll be looking at 48/46 at the end of this circus.

Hi hesabu ingine imebaki is for the benefit of the strategists in both camps to analyze for round 2.
simonkabz
#869 Posted : Friday, March 08, 2013 6:39:15 PM
Rank: Elder

Joined: 3/2/2007
Posts: 8,776
Location: Cameroon
Nasikia eti Returning Officer wa Nithi ameingia Bomas watu wakafaint!
TULIA.........UFUNZWE!
xyzee
#870 Posted : Friday, March 08, 2013 6:43:07 PM
Rank: Veteran

Joined: 1/9/2009
Posts: 1,262
simonkabz wrote:
Nasikia eti Returning Officer wa Nithi ameingia Bomas watu wakafaint!


Laughing out loudly

You mean yule wa pickup....
141 Pages«<8586878889>»
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Copyright © 2026 Wazua.co.ke. All Rights Reserved.