R/mlefield.R

#' compute the mle field
#'
#' the product of the von-Mises densities - or maybe the sum of the logs
#'
mlefield <- function(r,xy,bearing,kappa){
  require(circular)
### initialise grid to 1

### for each bearing
###   compute angle at each grid cell
###   compute dvonmises at each grid cell
###   multiply up
  
  
}
barryrowlingson/telemetr documentation built on May 11, 2019, 8:30 p.m.