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, …)
RegriddableModel1D(name[, pars])
RegriddableModel2D(name[, pars])
SimulFitModel(name, parts) Store multiple models.
UnaryOpModel(arg, op, opstr)

Class Inheritance Diagram

Inheritance diagram of Model, ArithmeticConstantModel, ArithmeticFunctionModel, ArithmeticModel, CompositeModel, BinaryOpModel, FilterModel, MultigridSumModel, NestedModel, RegriddableModel1D, RegriddableModel2D, SimulFitModel, UnaryOpModel