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.
eta.
Poisson models carry no eta, so the slicing also discarded
the first covariate coefficient and passed a coefficient vector one
element shorter than the number of covariate columns to
likelihoodGP1cov() / likelihoodGP2cov(), which
then read one double past the end of that vector on every
observation. The stored $likelihood (and hence AIC/BIC) was
wrong for these models; parameter estimates and standard errors were
unaffected.likelihoodGP2cov() clamped an underflowing
per-observation likelihood to 1/10^-12 = 1e+12, rewarding
the optimizer for entering the degenerate region. It now clamps to
1e-12.alpha3 never shrank and the loop could fail to
terminate.cocoReg() with a data.frame
xreg overwrote data instead of coercing
xreg.cocoSoc() now forwards its julia argument
to the internal cocoReg() fits and to
cocoScore(), instead of hardcoding
julia = TRUE when scoring.cocoReg() gained a live cores argument.
The order-2 likelihood kernels of the RCPP backend are multithreaded via
std::thread; accumulation stays serial in the original
order, so results are bit-identical for any thread count.
cores defaults to the number of physical cores minus one,
capped at 2 while _R_CHECK_LIMIT_CORES_ is set.cocoScore(), cocoPit(),
cocoResid(), cocoBoot(),
rgenpois()) were rewritten around batched density
evaluations, lookup tables and memoization. Numerical results are
unchanged (order-1 paths exactly, order-2 paths to ~1 ulp).JULIA_NUM_THREADS is now set to the number of physical
cores minus one before the first JuliaConnectoR call,
unless the user already set it. A Julia process otherwise starts
single-threaded, leaving Coconots.jl’s threaded likelihood
idle.softplus link function for the conditional mean
of the innovation rate in cocoReg() (covariate models).
Uses a numerically stable formulation, is smooth everywhere, and
guarantees a positive rate.summary methods for forecast objects
(cocoForecast, cocoForecastCollection)
returning a data frame of point forecasts (mean, median, mode) and
prediction intervals per forecast horizon.NEWS.md file to track changes to the
package.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.