deerlab.dd_uniform¶
- dd_uniform = <deerlab.model.Model object>¶
Uniform distribution model.
- Parameters:
- rarray_like
Distance axis, in nanometers.
- leftscalar
Left edge.
- rightscalar
Right edge.
- Returns:
- Pndarray
Distance distribution.
Notes
Parameter List
Name
Lower
Upper
Type
Frozen
Unit
Description
left
0.1
6
nonlin
No
nm
Left edge
right
0.2
20
nonlin
No
nm
Right edge
Model
This provides a simple uniform distribution.
Examples
Example of the model evaluated at the start values of the parameters:
(
Source code
,png
,hires.png
,pdf
)