Skip to contents

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