emgGaussian_minpack.lm_objectiveFun: Exponentially Modified Gaussian minpack.lm objective function

Description Usage Arguments Value

View source: R/curveFit_utils.R

Description

Exponentially Modified Gaussian (EMG) minpack.lm objective function, calculates residuals using the EMG Peak Shape

Usage

1

Arguments

params

(list) exponentially modified gaussian parameters (params$gamma, params$center, params$sigma, params$amplitude)

observed

(numeric) observed y value at xx

xx

(numeric) value at which to evalute the exponentially modified gaussian

Value

difference between observed and expected exponentially modified gaussian value evaluated at xx


peakPantheR documentation built on Nov. 8, 2020, 6:38 p.m.