Description Usage Arguments Value
View source: R/functions_model.R
This function calculates the sum of squares of the of the differences between the hourly observations and the model given the specified parameters This function returns a column vector - called by "determine.opt.para" for the optimization.
1 2 3 4 5 6 | sigma_lsq(
params = params,
Edata = Edata,
distribution = distribution,
resol = resol
)
|
params |
blabla |
Edata |
blabla |
distribution |
blabla |
resol |
blabla |
goodness of fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.