View source: R/finding_peaks.R
parabolic_fit | R Documentation |
calculates the coefficients of a parabolic fit (y = x + x^2) of x to y
parabolic_fit(x, y, w = NULL)
x |
the x-values, independent |
y |
the y-values, dependent |
w |
weights |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.