sep241model module#
- exception sep241model.ArgumentError#
Bases:
Exception
- exception sep241model.BadCovariance#
Bases:
Exception
- exception sep241model.NoData#
Bases:
Exception
- sep241model.deconvolve(args)#
- sep241model.get_cov_functions(c1_cov_string, c2_cov_string, threshold)#
- sep241model.get_length_dist_modes(modes=[70, 200, 400, 600], sigmas=[0.29, 0.18, 0.15, 0.085])#
- sep241model.gradient1_custom(f, v)#
- sep241model.make_bounds()#
- sep241model.make_model(events, cov_functions, dirichlet_priors, length_comps_gen, mlevel=0, constrain=False)#
- sep241model.safety_check(code)#
Checks that the code is safe to execute. If the code is dangerous, raises an exception. The converse is not true. If the code is a valid covariance function, does not raise an exception. The converse is not true.