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

P(r) = \frac{1}{\sigma\sqrt{2\pi}}\exp\left(-\frac{(r-\left<r\right>)^2}{2\sigma^2}\right)

where \left<r\right> is the mean distance and \sigma the standard deviation.

Examples

Example of the model evaluated at the start values of the parameters:

(Source code, png, hires.png, pdf)

../_images/deerlab-dd_gauss-1.png