This function returns the residuls after fiting a func regression, where func is the user-specified function
1 2 3 4 5 6 7 8 9 10 11 | regress_fit(
coefficients,
regress_func,
formula,
data,
weights,
R,
sigma_star,
pattern,
...
)
|
returns the residuals of the regression by the user-specified function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.