deerlab.dd_gengauss¶
- dd_gengauss = <deerlab.model.Model object>¶
Generalized Gaussian distribution model
- Parameters:
- rarray_like
Distance axis, in nanometers.
- meanscalar
Mean.
- stdscalar
Standard deviation.
- betascalar
beta parameter.
- 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
beta
0.25
15
nonlin
No
beta parameter
Model
where is the mean distance, is the standard deviation, and determines the shape of the distribution.
Examples
Example of the model evaluated at the start values of the parameters:
(
Source code
,png
,hires.png
,pdf
)