parabolic_fit: parabolic fit

View source: R/finding_peaks.R

parabolic_fitR Documentation

parabolic fit

Description

calculates the coefficients of a parabolic fit (y = x + x^2) of x to y

Usage

parabolic_fit(x, y, w = NULL)

Arguments

x

the x-values, independent

y

the y-values, dependent

w

weights

Value

list


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.