summarize_truth_gaps: Summarize the gaps in truth/ownship data

View source: R/summarize_truth_gaps.R

summarize_truth_gapsR Documentation

Summarize the gaps in truth/ownship data

Description

Table ennumerating gaps in truth data, measured in standard deviations

Usage

summarize_truth_gaps(scenario)

Arguments

scenario

must contain either or both: targetTruth, ownShipTruth, which MUST have the following columns:

  • time: (double) time of measurement. We currently recommend POSIX

  • truthID: (factor) name or identifier for target. We recommend letters or names

Value

Data frame containing a summary of how much time each target was tracked. The data frame contains the collowing variables:

  • "tgt" - Target name/identifier

  • "# Intervals Above 2x Median" - The number of track update intervals longer than twice the median

  • "# Intervals Above 5x Median" - The number of track update intervals longer than 5 times the median

  • "# Intervals Above 10x Median" - The number of track update intervals longer than 10 times the median

  • "Total # Intervals" - The total number of intervals for this target (this is just # truth points-1)

  • "Std Dev" - This is the standard deviation of the truth data intervals (single number for all targets).

Examples

summarize_truth_gaps(example1_scenario)

battleVerse/scenarioMaker documentation built on July 16, 2024, 4:21 a.m.