forrel 1.3.0
New features
-
The new function
ibdEstimate()replaces the previousIBDestimate()(note the name change). This is a complete rewrite, which optimises the log-likelihood using a projected gradient descent algorithm, combined with a version of Armijo line search. -
The function
ibdBootstrap()replaces the previouskappaBootstrap()anddeltaBootstrap(), and is considerably faster. This function implements both parametric and non-parametric bootstrap, controlled with themethodparameter. -
The output of
ibdEstimate()now has a class attributeibdEst, with its own print and subsetting methods.