A function that does not validate the additivity or homogeneity properties is characterized as non-linear.
Good day, I am struggling with R and natural logarithm (ln). Firstly, I cannot find a ln(x) function in …
r nonlinear-functions natural-logarithmI have 4 non-linear equations with three unknowns X, Y, and Z that I want to solve for. The equations are …
python numpy scipy nonlinear-functionsI have done some searching for this, but the mailing list posts I have found are associated with the person …
r syntax-error glm nonlinear-functionsSo I've run into this weird error in R. I have a simple function which returns an error term when …
r nonlinear-functions nonlinear-optimization nlmI'm trying to do some parameter estimation and want to choose parameter estimates that minimize the square error in a …
minimization newtons-method nonlinear-functionsI'm having difficulty with a fitting problem. From the errors that I get I imagine that the boundaries are not …
matlab least-squares nonlinear-functionsHow can I solve this equation x3 + x - 1 = 0 using fixed point iteration? Is there any fixed-point iteration code (especially …
python equation nonlinear-functions numerical-analysis fixed-point-iterationf(x) = x^2- 2x - 3 = 0 How can I solve this equation non-linear, and used fixed point iteration method in …
python numerical-methods equation nonlinear-functions fixed-point-iterationI want to put together a SDR system that tunes initially AM, later FM etc. The system I am planning …
signal-processing trigonometry interpolation radio nonlinear-functionsI would like to solve risk parity problem using python. Risk parity is a classic approach for portfolio construction in …
python equation portfolio nonlinear-functions