Lm_Seg¶
-
class
turbustat.statistics.Lm_Seg(x, y, brk, weights=None)[source] [edit on github]¶ Bases:
objectAttributes Summary
param_errsparamsslope_errsslopesMethods Summary
fit_model([tol, iter_max, h_step, epsil_0, …])get_slopes()model([x, model_return])plot(x[, show_data])Attributes Documentation
-
param_errs¶
-
params¶
-
slope_errs¶
-
slopes¶
Methods Documentation
-
fit_model(tol=0.001, iter_max=100, h_step=2.0, epsil_0=10, constant=True, verbose=True, missing='drop', **fit_kwargs)[source] [edit on github]¶
-
get_slopes()[source] [edit on github]¶
-
model(x=None, model_return=False)[source] [edit on github]¶
-
plot(x, show_data=True)[source] [edit on github]¶
-