|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen GIER Computer |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen GIER Computer Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 1038 (0x40e) Description: Bits:30000722 Styrepr. chi²-test Types: 8-hole paper tape Notes: Gier Text
algol<begin _____integer n,g,i,j,sum; _______real m,s,a,h,k,T,l; ____select(11);writecr;nextdatagroup:for n:=read integer while n|0 do ___ _____ = __begin _____g:=1; m:=read real;s:=read real;a:=read real;h:=read real;k:=read real;begin _____real array A[1:n];sum:=0; ____ _____for i:=1 step 1 until n do ___ ____ _____ __begin _____A[i]:=read real;sum:=sum+1;if A[i]=0 then __ ____begin _____writetext(|<input error:too few elements in the datagroup.|); < >writecr;writecr;writecr;go to nextdatagroup; __ __end ___end; ___for l:=read real while l|0 do ___ _____ = __begin _____sum:=sum+1;writetext(|<input error:too many elements in the datagroup.|); < >writecr;end;writecr;writecr; ___if sum>n then go to nextdatagroup; __ ____ __ __writetext(|<level of significance:|); < >writecr;writecr;writecr;end ___end ___end;t< ___