Skip to content

forrel 1.3.0

Choose a tag to compare

@magnusdv magnusdv released this 15 Mar 14:31

New features

  • The new function ibdEstimate() replaces the previous IBDestimate() (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 previous kappaBootstrap() and deltaBootstrap(), and is considerably faster. This function implements both parametric and non-parametric bootstrap, controlled with the method parameter.

  • The output of ibdEstimate() now has a class attribute ibdEst, with its own print and subsetting methods.