CSE/PHI 4/584, Spring 2007
 Kemeny's Version of
the Scientific Method
 
| 
    Last Update:  27 January 2007 
     
    Note:   
	or  
    material is highlighted
 
     | 
(Based on:
Kemeny, John G.
(1959),
A Philosopher Looks at Science
[
Intro & Chs.5,10 in PDF]
(Princeton:  D. van Nostrand).)
Algorithm Scientific_Method {an infinite loop ("cycle")}
begin
while there is a new fact to observe, do:
{i.e., repeat until there are no new facts to observe,
 which will never happen, so we have
permanent inquiry}
	
begin
		- observe facts;
			
{express as "particular" statements:
				
				Note: facts may be "theory-laden",
				i.e., based on assumptions}
			
		 - induce general statements;
			
		
 - deduce future observations; {prediction}
			
		
 - verify predictions against observations;
			
{if Qc then general statment confirmed
or consistent with theory
			         
			          
				else revise theory
				(or...)}
		 
	end
	
	
end.
Copyright © 2004-2007 by
William J. Rapaport
(
rapaport@cse.buffalo.edu)
file: 584/S07/kemeny-scimeth-20070127.html