home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
MBUG
/
MBUG162.ARC
/
STATS.DOC
< prev
Wrap
Text File
|
1979-12-31
|
1KB
|
31 lines
STATISTICS
STATISTICS is a complete set of MicroWorld Basic programs that will
privide just about all the statistic variables that anyone would want.
They have been converted from GWBASIC (IBM) basic to Microbee MWB Basic
and beta tested against the original GWBasic version for accuracy.
It is fully Menu driven. From the SHELL or CP/M prompt, type:
BASIC STAT <cr>
and Basic will load and Run the menu STAT.MWB from where you make your
selection. Data can be saved to disk and read into most of the modules.
There were NO instructions with the original program, hence none with
this version but it will not take much effort to sort it all out. All
requests to Print data is to the Parallel Port. If you have a Serial
printer, simply change all OUTL#1 to OUTL#5. There is one in each module.
It should work with any disk based Microbee that can run MWB Basic. Some
modules do considerable number crunching so some small delays will occur.
Turbo 'bees run considerably better (twice as fast in fact!). I have removed
the use of the EXPONENTIAL (^) function where possible is it is not as
accurate as simply multiplying. ie A0^2 is replaced by A0*A0 and any A0^0.5
replaced with SQR(A0) as found in the original program. Well thats it.
Alan Laughton, MBUG#679, March '91