update_posterior_TA: Update posterior with Timing Advance

View source: R/calculate_posterior.R

update_posterior_TAR Documentation

Update posterior with Timing Advance

Description

Update posterior with Timing Advance. The posterior created with calculate_posterior will be used as a prior. The likelihood will be 1 if the grid call is contained in a specific TA band and 0 otherwise. When the parameter TA_buffer > 0, the TA band will be made broader. See the documentation of mobloc_param for details

Usage

update_posterior_TA(post, raster, cp, param, elev = NULL)

Arguments

post

posterior created with calculate_posterior

raster

raster object that contains the raster tile index numbers (e.g. created with create_raster)

cp

cellplan

param

parameter list created with mobloc_param

elev

elevation data. If specified, it is used to calculate the distance using the z coordinate as well.

See Also

calculate_posterior for examples


MobilePhoneESSnetBigData/mobloc documentation built on Feb. 18, 2024, 3:41 a.m.