The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
pwd()
and swd()
now return a
list with the following components: s
, the samples stored
in a matrix nrepl * n
, and iterations
, the
number of iterations run by the algorithm.stprod()
and stsum()
now return
a list with the following components: mat
, the standardized
matrix, iterations
, the number of iterations run by the
algorithm, and conv
, the convergence reached by the
algorithm.pwd()
, swd()
and
hpwd()
changed the name of the parameter nsamp
in n
.pwd()
and swd()
introduced stopping criterion.pwd()
, swd()
and
hpwd()
changed the name of the parameter bexp
in beta
.stprod()
and stsum()
changed the name of the parameter vec
in
con
.pwd()
and swd()
replaced
arma::sort_index()
with
arma::stable_sort_index()
.pwd()
, swd()
and
hpwd()
fixed the sample size check.pwd()
and hpwd()
a new
parameter called bexp
has been introduced, which regulates
the amount of spread of the samples. Default value set to
10
.swd()
the parameter bexp
is now set to double and with default equal to 10
.pwd()
, swd()
and hpwd()
from a matrix of dimension
(nsamp * nrepl) * 2
to a matrix of dimension
nrepl * nsamp
.Imports
.heurprod.cpp
to
hpwd.cpp
sbi()
for compute the spatial
index of a sample, implemented in C++ through the Armadillo library,
using Rcpp and RcppArmadillo.pwd()
and swd()
the
parameter nrepl
is now set to default at
1
.pwd()
and swd()
the
parameter niter
is now set to default at
10
.stprod()
and stsum()
the
parameter differ
is now set to default at
1e-15
.stprod()
and stsum()
the
parameter niter
is now set to default at
1000
.stprod()
and stsum()
there is no print for each convergence step anymore.pwd()
and swd()
now take
advantages of the Armadillo library.stprod()
is now implemented in C++ through
the Armadillo library, using Rcpp and
RcppArmadillo.stsum()
is now implemented in C++ through
the Armadillo library, using Rcpp and
RcppArmadillo.hpwd()
is now implemented in C++ through
the Armadillo library, using Rcpp and
RcppArmadillo.NEWS.md
file to track changes to the
package.DESCRIPTION
file.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.
Health stats visible at Monitor.