Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Description: Animal abundance estimation via conventional, multiple covariate
fitting is performed via maximum likelihood. Also included are diagnostics
and plotting for fitted detection functions. Abundance estimation is via a
Horvitz-Thompson-like estimator.
Version: 3.0.0.9000
Version: 3.0.0.9001
URL: https://github.com/DistanceDevelopment/mrds/
BugReports: https://github.com/DistanceDevelopment/mrds/issues
Depends:
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# mrds 3.0.1

Bug Fixes

* Fixed formatting issue in flnl.grad help

# mrds 3.0.0

New features
Expand Down
6 changes: 3 additions & 3 deletions R/flnl.grad.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#' Gradients of negative log likelihood function
#'
#' Gradient of the negative log likelihood function
#'
#' This function derives the gradients of the negative log likelihood function,
#' with respect to all parameters. It is based on the theory presented in
#' Introduction to Distance Sampling (2001) and Distance Sampling: Methods and
#' Applications (2015). It is not meant to be called by users of the \code{mrds}
#' and \code{Distance} packages directly but rather by the gradient-based
#' solver. This solver is use when our distance sampling model is for
#' solver. This solver is used when our distance sampling model is for
#' single-observer data coming from either line or point transect and only when
#' the detection function contains an adjustment series but no covariates. It is
#' implement for the following key + adjustment series combinations for the
Expand Down
16 changes: 2 additions & 14 deletions man/flnl.grad.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading