deerlab.dd_gauss¶
- dd_gauss = <deerlab.model.Model object>¶
Gaussian distribution model
- Parameters:
- rarray_like
Distance axis, in nanometers.
- meanscalar
Mean.
- stdscalar
Standard deviation.
- Returns:
- Pndarray
Distance distribution.
Notes
Parameter List
Name
Lower
Upper
Type
Frozen
Unit
Description
mean
1
20
nonlin
No
nm
Mean
std
0.05
2.5
nonlin
No
nm
Standard deviation
Model
where is the mean distance and the standard deviation.
Examples
Example of the model evaluated at the start values of the parameters:
(
Source code
,png
,hires.png
,pdf
)