Last data update: 2014.03.03

R: Yule's characteristic constant K
yule.fncR Documentation

Yule's characteristic constant K

Description

This function calculates Yule's characteristic constant K given a frequency spectrum.

Usage

yule.fnc(spect)

Arguments

spect

A frequency spectrum as generated by spectrum.fnc.

Value

Yule's characteristic constant K

Author(s)

R. H. Baayen

References

Yule, G. U. (1944) The Statistical Study of Literary Vocabulary, Cambridge: Cambridge University Press.

Baayen, R. H. (2001) Word Frequency Distributions, Dordrecht: Kluwer.

See Also

See also spectrum.fnc and growth.fnc.

Examples

## Not run: 
  data(alice)
  yule.fnc(spectrum.fnc(alice))

## End(Not run)

Results