Learn R Programming

gofMC (version 1.1.2)

fitNoise: Find The Threshold Noise Level

Description

Finds the threshold noise level for a certain fit metric

Usage

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

Run this code
fitNoise(7)
fitNoise(4, fitmetric=rmse)

Run the code above in your browser using DataLab