Synopsis
One-dimensional square root function.
Syntax
sqrt
Example
>>> create_model_component("sqrt", "mdl") >>> print(mdl)
Create a component of the sqrt model and display its default parameters. The output is:
mdl Param Type Value Min Max Units ----- ---- ----- --- --- ----- mdl.offset thawed 0 -3.40282e+38 3.40282e+38 mdl.ampl thawed 1 0 3.40282e+38
ATTRIBUTES
The attributes for this object are:
Attribute | Definition |
---|---|
offset | The offset of the model. |
ampl | The amplitude of the model. |
Notes
The functional form of the model for points is:
f(x) = ampl * sqrt (x - offset)
and for an integrated grid it is the integral of this over the bin.
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- models
- exp, exp10, log, log10, logparabola