deerlab.dd_gauss2¶
- dd_gauss2 = <deerlab.model.Model object>¶
Sum of two Gaussian distributions model
- Parameters:
- rarray_like
Distance axis, in nanometers.
- mean1scalar
1st Gaussian mean.
- std1scalar
1st Gaussian standard deviation.
- mean2scalar
2nd Gaussian mean.
- std2scalar
2nd Gaussian standard deviation.
- amp1scalar
1st Gaussian amplitude.
- amp2scalar
2nd Gaussian amplitude.
- Returns:
- Pndarray
Distance distribution.
Notes
Parameter List
Name
Lower
Upper
Type
Frozen
Unit
Description
mean1
1
20
nonlin
No
nm
1st Gaussian mean
std1
0.05
2.5
nonlin
No
nm
1st Gaussian standard deviation
mean2
1
20
nonlin
No
nm
2nd Gaussian mean
std2
0.05
2.5
nonlin
No
nm
2nd Gaussian standard deviation
amp1
0
inf
linear
No
1st Gaussian amplitude
amp2
0
inf
linear
No
2nd Gaussian amplitude
Model
where are the mean distances, the standard deviations, and are the amplitudes of the Gaussians.
Examples
Example of the model evaluated at the start values of the parameters:
(
Source code
,png
,hires.png
,pdf
)