DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦f66f04195⟧ TextFile

    Length: 110 (0x6e)
    Types: TextFile
    Names: »dprime.sh«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/test/DATA/dprime.sh« 

TextFile

values=".1 .2 .3 .4 .5 .6 .7 .8 .9"
for hr in $values
do
	for far in $values
	do
		dprime $hr $far
	done
done