Skip to content
Advertisement

Tag: model-fitting

curve_fit of a summation of functions

For my bachelor’s thesis I need to fit a Generalized Maxwell Function. The function goes as follows: I get the data (x,y) from a .csv file and use it to curve_fit. Currently I’m working on a 1st order fit (so i filled the formula in with N = 1 to make it easier for myself). I don’t know how to

Advertisement