JonasMoss / kdensity

An R package for kernel density estimation with parametric starts and asymmetric kernels.
Other
14 stars 4 forks source link

[JOSS Review] summary method #49

Closed gvegayon closed 5 years ago

gvegayon commented 5 years ago

Part of JOSS review openjournals/joss-reviews#1566

This is more style than anything, but I think it would be nice it the computed quantities were returned instead of actual object in summary.kdensity.

JonasMoss commented 5 years ago

The computed quantities are all available in the object itself. The summary function only works as an extended print, it does no computations itself. E.g. the bandwidth is available in object$bw_str etc.