GaussModel: GaussModel

Description Usage Arguments Value References Examples

Description

GaussModel

Usage

1
GaussModel(x, mu, sigma, h)

Arguments

x

a numeric vector of values at which to evaluate the model

mu

mean of the distribution function

sigma

standard deviation of the distribution fuction

h

height of the distribution function

Value

return result of selfstart

References

Smith, C.A., Want, E.J., O'Maille, G., Abagyan,R., Siuzdak, G. (2006). "XCMS: Processing mass spectrometry data for metabolite profiling using nonlinear peak alignment, matching and identification." Analytical Chemistry, 78, 779-787.

Examples

1
2
3
ints<- c(c(1:5,5:1))
##nls(y ~ GaussModel(x, mu, sigma, h), 
##                   data.frame(x = 1:length(ints), y = ints))

xia-lab/OptiLCMS documentation built on Sept. 6, 2021, 12:36 a.m.