Fill2DMean: Fill2DMean

Description Usage Arguments Value Author(s)

View source: R/Fill2DMean.R

Description

Fill2DMean

Usage

1
2
Fill2DMean(GradTable, stat = "both", filter = 1, method = hmean,
  altGradTable = NA)

Arguments

GradTable

is a filled summary of 2D simulations (usually output of FillSetting)

stat

'width' to compute mean and variance of widths, 'center' to compute mean and variance of centers and 'both' for both.

filter

is the treshold of widths that will be filtered out (usually estimates < 1 are meaningless)

method

to get mean (mean, hmean or any other funcion that tranform vector of numbers into one and takes rm.na = T argument)

altGradTable

is a summary of the same 2D simulations with independent width/center estimates, these values are used in to fill failed estimates (< filter)

Value

The input GradTable with computed mean and variance of widths, centers or both

Author(s)

Kamil Jaron kamiljaron at gmail.com


KamilSJaron/ConjunctionStats documentation built on May 7, 2019, 12:06 p.m.