fitNoise: Find The Threshold Noise Level

Description Usage Arguments Value Examples

Description

Finds the threshold noise level for a certain fit metric

Usage

1
2
fitNoise(dof, pct = 0.95, ndecimals = 2, fitmetric = R2, dist = rnorm,
  trend = NULL, ...)

Arguments

dof

an integer

pct

a real number between 0 and 1

ndecimals

an integer

fitmetric

a character string naming a standard fit metric ("R2", "rmse", or "user")

dist

a random number distribution function

trend

a character string "Increasing", "Decreasing", "Flat", "Uncertain" which describes the general slope of the fitmetric function.

...

any argument that functions within this routine might use

Value

a real number

Examples

1
2
fitNoise(7)
fitNoise(4, fitmetric=rmse)

gofMC documentation built on May 2, 2019, 5:55 a.m.