datha.txt
was produced by the following R code:
> license=jitter(license,10)
> datha=log((license-min(license)+.01)/
+ (max(license)+.01-license))
> write.table(datha,"datha.txt",row.names=FALSE,col.names=FALSE)
where jitter
is used to randomize the dataset and avoid repetitions