astrophot.fit.func package#
Submodules#
astrophot.fit.func.lm module#
- astrophot.fit.func.lm.lm_step(x, data, model, weight, jacobian, L=1.0, Lup=9.0, Ldn=11.0, tolerance=0.0001, likelihood='gaussian')[source]#
- astrophot.fit.func.lm.nll(D, M, W)[source]#
Negative log-likelihood for Gaussian noise. D: data M: model prediction W: weights
astrophot.fit.func.mala module#
astrophot.fit.func.slalom module#
Module contents#
- astrophot.fit.func.lm_step(x, data, model, weight, jacobian, L=1.0, Lup=9.0, Ldn=11.0, tolerance=0.0001, likelihood='gaussian')[source]#