The sherpa.models.model module¶
Classes
Model (name[, pars]) |
The base class for Sherpa models. |
ArithmeticConstantModel (val[, name]) |
|
ArithmeticFunctionModel (func) |
|
ArithmeticModel (name[, pars]) |
|
CompositeModel (name, parts) |
|
BinaryOpModel (lhs, rhs, op, opstr) |
|
FilterModel (model, filter) |
|
MultigridSumModel (models) |
|
NestedModel (outer, inner, \*otherargs, ...) |
|
SimulFitModel (name, parts) |
Store multiple models. |
UnaryOpModel (arg, op, opstr) |