The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
[
operator for HistDat instances,
allowing you to find the value at the ith position if the observations
were flattened into a 1-D vector.sort
operator as a no-op, for
compatibility with R base functions.c
function, allowing you to concatenate
new observations into a HistDat
instance. This also allows
HistDat
instances to interoperate with other R base
functions.mean
, median
and sort
, which are S3 generic methods that aren’t S4
aware, meaning that you can only implement them using S3 methods. This
also allows for better integration with R internals.quantile()
method actually flattened the
entire observation vector which crashed R in situations with high
counts. This is now fixed.HistDat::HistDat()
.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.