logLik.PPSfit {ParetoPosStable} | R Documentation |
Log-likelihood value of a PPSfit Object
Description
It returns the log-likelihood value of a PPSfit
Object
Usage
## S3 method for class 'PPSfit'
logLik(object, ...)
Arguments
object |
A |
... |
Other arguments. |
Value
The log-likelihood.
References
Sarabia, J.M and Prieto, F. (2009). The Pareto-positive stable distribution: A new descriptive model for city size data, Physica A: Statistical Mechanics and its Applications, 388(19), 4179-4191.
See Also
Examples
x <- rPPS(50, 1.2, 100, 2.3)
fit <- PPS.fit(x)
logLik(fit)
[Package ParetoPosStable version 1.1 Index]