print.degross {degross} | R Documentation |
Print a 'degross' object.
Description
Print a summary of the information contained in a degross.object generated by degross
for density estimation from tabulated frequency and central moment data.
Usage
## S3 method for class 'degross'
print(x, ...)
Arguments
x |
A degross.object generated by degross. |
... |
Possible additional printing options. |
Value
Print information on the fitted density corresponding to the degross.object x
: the estimated central moments within each class (or big bin) are printed with global fit statistics. A summary of the observed data is also provided: it includes the total sample size, the numbers of small and big bins with their limits in addition to the number of B-splines used for density estimation with degross
.
Author(s)
Philippe Lambert p.lambert@uliege.be
References
Lambert, P. (2021) Moment-based density and risk estimation from grouped summary statistics. arXiv:2107.03883.
See Also
Examples
sim = simDegrossData(n=3500, plotting=TRUE)
obj.data = degrossData(Big.bins=sim$Big.bins, freq.j=sim$freq.j, m.j=sim$m.j)
## Estimate the density underlying the grouped data
obj.fit = degross(obj.data)
print(obj.fit)