http://tannermedia.net/post/april/ap4/index.htmli/...
By janeaz
Thank you to all for your thoughts and responses.Kevin(end of broadcast)TIP 5: don't forget to ...
By kevinhunter
http://tannermedia.net/post/april/ap4/index.htmli/...
By janeaz
Hello everyone,I have a cups problem (S Suse SLES9 SP3). When printing labels (we usethe application...
By zuylen_g_van
How do I read a *.csv file using ADO so I can import it into a table.Thanks,Steve...
By kstv, 3 Comments
OK, I have created my project, but I seem to be having a problem. When I created the .EXE file, it ...
By clone80, 3 Comments
what is the best way to store records which i'll be not using oftenly?example i'll be tran...
By sajisurendran, 3 Comments
Your opinion is needed regarding a software system developmentpriorityAn organization has purchased ...
By pat, 4 Comments
whenenver I try 2 zip up my db(.mdf) file , it givz an error. I can't even copy it to another f...
By udit99, 1 Comments
On Feb 16, 9:28 am, "A E Neumann" <NonDigi......gmail.com> wrote:
> Does anyone know if Zipf's law is still being used in the design of
> corporate database software?
>From Wikipedia:
Originally, Zipf's law stated that, in a corpus of natural language
utterances, the frequency of any word is roughly inversely
proportional to its rank in the frequency table. So, the most frequent
word will occur approximately twice as often as the second most
frequent word, which occurs twice as often as the fourth most frequent
word, etc. The term has come to be used to refer to any of a family of
related power law probability distributions.
What is the relevance of Zipf's law to software ?
carlfederl | Fri, 16 May 2008 22:05:00 GMT |
>> What is the relevance of Zipf's law to software ? <<
It occurs in programming languages and in data. Also known as Yule's
distribution. When I am looking at a DB, I look for a Gaussian, a
Zipf, or a Poisson distribution -- it tells you somethign about what
is causing the data. Then there are some other laws about the
distribution of digits.
celko | Fri, 16 May 2008 22:06:00 GMT |